A full-stack, mobile responsive application that allows users to keep track of their favorite restaurants by filling out a form.
- HTML
- CSS
- JavaScript
- Node.js
- MongoDB
- Express
Users can add a restaurant by filling out a form. The form includes a "restaurant name", "cuisine", "price range", and "vibe" section. In addition, users can delete any restaurant entry.
- User authentication
- Edit function
This application strengthened my knowledge of connecting frontend development with backend development. I wanted to build a visually pleasing UI and allow users to interact with the application. To strengthen my frontend skills, I created an emoji background animation and a modal for users to input their restaurant's data. To strengthen my backend skills, I included a database to store the users' inputs and included two routes.