Technologies:
- React JS
- Food API
- Materialize CSS
TODOS
- Ongoing ~ 🚧
- Pending -
- Done ✔️
| Pages | Status | Remarks |
|---|---|---|
| Home | done | ✔️ |
| Search | done | ✔️ |
| Meal Info | done | ✔️ |
| Ingredient Meals | ongoing | ✔️ |
[ ✔️ ] Home Page
- Latest Meals Section
[ ✔️] Search Bar
- redirect to route /search/:param
- show (not found or meals)
[ ✔️ ] MealInfo Page
- Layout (component)
- Meal Thumbnail
- Ingredients
- Youtube Embed
- Instruction
[ ✔️ ] IngredientMeals Page
- Layout (component)
- Ingredient thumbnail section
- Meals thumbnails section
- ingredient description
- API
- Ingredients API
<and> - Show All meals with
xx ingredient(Api Meal by name)
How to Run this Project?
- Clone this project
- change directory to project folder
cd folder-name
- Install Dependencies using
YarnorNPM
yarn add or npm install
rundevelopment server
yarn start or npm run start
Happy Coding! ❤️ 🍺