A react front end consuming data from TheCocktailDB, (http://thecocktaildb.com), to help you find new cocktails you want to try.
Live Version: https://cnidarAI.github.io/mixr
**Tech used: HTML, CSS, JavaScript, React
This project was bootstrapped with create-react-app.
- Install node dependencies
npm install
- Launch locally
npm start
- Create ReadMe
- Add favorites
- Create Node/Express backend
- Create login/auth
- Move favorites storage from local storage to backend
- Add Search function
- Add Darkmode
- Redesign with mobile first
This was a good refresher on React with hooks, dealing with promises and asyncronous functions, and consuming rest APIs.
