A web application that allows users to search for favourite recipes. Users can also add ingredients to their cart and view a list of all the ingredients they need to buy.
- Search for recipes based on keywords, cuisine, or ingredients
- View recipe details including ingredients and instructions
- Save recipes to your favorites list
- Add ingredients to your cart and view a shopping list
- Create an account to save your favorite recipes and shopping list
Next JS
React
Firebase Auth
Firestore - Firebase
Tailwind CSS
Edamam Recipe API
To run this project locally, follow these steps:
-
Fork the project
-
Clone the project by running
git clone https://github.com/<your-github-username>/simply-cook.git
-
Go into the project directory
cd simply-cook
-
Install the dependencies
yarn install
-
Create a new project in Firebase and add your Firebase config details to a
.env
file in the root directory of the project. -
Create an account on the Edamam Recipe API website and add your
API key
andApp ID
to the.env
file. -
Run the development server
yarn dev
Follow me on Twitter for updates and more @RakeshSangem8