- This was a solo project built in 6 days during Mod 3 at Turing School of Software and Design
- About the Project
- Technologies Used
- Install/Setup Instructions
- Preview
- Next Steps
- Contributors
- Acknowledgements
brewfinder is an application built specifically with Colorado beer lovers in mind. Using this application, users can view hundreds of breweries in the state of Colorado. Features included are the ability to filter by brewery type or search by a city name, for those that know what they are looking for. Additionally, users can favorite the breweries they have enjoyed so they can easily go back!
- React
- TDD with jest and React Testing Library
- SCSS
OR
- Clone the repo using
git clone
in your terminal cd
into the directory- Run
npm install
to install the required dependencies - Run
npm start
to view the application in your browser - Cheers!
- Viewing brewery details
- Using the favorite/unfavorite feature
- Viewing the brewery website
- Filtering by type
- Searching by city
- Building a server to store favorite breweries
- Adding a log-in feature so a user can save their favorite breweries to their account
- All data is from the Open Brewery DB API
- FlatIcon