The Recipe App is a web application built using the MERN stack (MongoDB, Express.js, React, Node.js). It allows users to search for recipe tutorials and information, add recipes to favorites, and includes Gmail authentication for user accounts.
- Search for recipes by name, area, and place.
- Add recipes to favorites for quick access.
- User-friendly interface for browsing and managing recipes.
- Gmail authentication for secure user accounts.
Client: React, Redux, TailwindCSS
Server: Node, Express, Mongodb
Clone the project
git clone https://github.com/vr1Ravi/Recipe-App.gitGo to the client directory
cd clientInstall dependencies
npm installStart the frontend server
npm run devgo to the server directory
cd serverInstall dependencies
npm installStart the backend server
npm run devContributions are welcome! Please fork the repository and create a pull request with your changes.