Yummy Decisions is a restaurant organizer. The user can add new restaurants to their list with the following properties: Name, Cuisine, Photo, Favorite Dish, Notes, Price Level, and whether or not they have visited or not. The restaurants are then sorted into two lists - visited or not.
Deployed Yummy Decisions
Back-End : MongoDB, Express.js, Node.js
- Cloudinary for uploading photos
- A working full-stack application using the MERN stack
- Adhere to MVC file structure - views is the React frontend
- At least one model with full CRUD
- At least three react components, defined in their own files, besides App.js
- Be deployed online and accessible to the public via Heroku
- Two git repositories - one for backend and one for frontend
- User login/logout feature - saves their lists
- Pull from a 3rd party API - Cloudinary
- Use a CSS framework like Bootstrap - using Bootstrap for my modals
- complete edit user functionality
- react router
- add another model - takeout menus
- clean up design
- Yelp for Restaurant Search