Group project created for CodersCamp 2019 (part of Team Warsaw). 🍺
Beer Finder App is a website which connects to Punk API (https://punkapi.com/documentation/v2) in order to get beer data based on different criteria provided by the user. The app displays results in form of cards with beers matching selected criterion.
The app is built with the following technologies and tools:
- HTML5
- CSS3 (no CSS preprocessors)
- JavaScript ES6
- Webpack
- Babel
- noUiSlider, Slick slider
- Trello for project and tasks management
The app was created according to CodersCamp guidelines that it should demonstrate in particular following Javascript features:
- connecting to external API (we used Punk API)
- interactions with DOM
- getting elements with JS
- changing styles with JS
- changing html content with JS
- animations (you can see some bubbles on the website)
- external libraries - e.g. sliders, swipers(we used noUiSlider, Slick slider)
- asynchronous JS: callbacks, promises, async/await
You can search for beers matching one of the following criteria:
- beer name
- beer description
- alcohol by volume (ABV)
- International Bittering Units (IBU)
You will see search results with data relating to the above-mentioned criteria like name, ABV etc., and additionally:
- a tagline (teaser) about chosen beer
- food pairing advice
If you want to run our app at your local machine you have to clone this repository or just download zip file and unzip it locally. This is up to you. If you decide to clone this repo, you should use the below command in your command line tool:
git clone https://github.com/dobrzyckahanna/BeerAPI.git
After, move to the main folder of the app and use the following command which retrieves all dependencies necessary to build our application:
npm install
If the previous commands was executed successfully, it's time to start our app with the following command:
npm start
As a result you should be taken to a browser with our application running on localhost. Now you are ready to work!
- Images from: https://www.rawpixel.com/
- Used API: https://punkapi.com/documentation/v2
This is the 5th edition od the camp. More info about the camp: https://coderscamp.edu.pl/