The idea behind this project is to create a digital notebook for coffee enthusiast to better dial in their coffee. They will be able to filter through old entries and find their preferred recipes.
Here is my project roadmap on Notion.
- Create React form with Formik
- Start Express server
- Start MongoDB
- Craete API endpoints for Recipe View
- Create simple wireframe for the components in the project
- Create Recipe Grid to display all recipes
- Create Filter Comonponent to lookup recipes
- Add JWT to application
- Create Protected routes for coffee recipes and users
Live Version: PENDING
From the repo:
- Clone this project locally
- Run
npm installin your command line - While in the root folder, run
npm run dev. This will start concurrently and spin both the server and client. - Enjoy the becoming a better coffee connoisseur
- Formik
- Axios
- Nodemon
- Concurrently