Food App is a web application that allows users to explore recipes, save their favorite recipes, and more. This README provides an overview of the app and its technologies.
Backend: The backend is hosted on Render.
-
Frontend:
- React
- Redux
- Material-UI
- Chakra UI
- HTML/CSS
- JavaScript
-
Backend:
- Node.js
- Express.js
- MongoDB
-
Node.js: Make sure you have Node.js and npm installed. You can download it here.
-
MongoDB: Ensure that you have a running MongoDB instance or a MongoDB Atlas account for database storage.
-
Clone the Repository:
https://github.com/Faheemw09/Webledger-Fullstack-Assignment/tree/master
cd recipe_food_app
npm start
The app will be available at http://localhost:3000.
Home Page: Displays featured recipes and provides navigation.
Sign In/Sign Up: User authentication for saving favorite recipes.
Recipe Page: Browse and search for recipes.
Private Routes: Users can save their favorite recipes.
Database: MongoDB used to store user data and recipes.