Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/syaw0/cook-me
A very simple web app to show different recipes 🥦
https://github.com/syaw0/cook-me
react reactjs recipe recipe-app recipe-website recipes recipes-app zustand
Last synced: 22 days ago
JSON representation
A very simple web app to show different recipes 🥦
- Host: GitHub
- URL: https://github.com/syaw0/cook-me
- Owner: Syaw0
- Created: 2022-05-31T19:03:54.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T13:37:17.000Z (over 1 year ago)
- Last Synced: 2024-11-08T21:40:35.340Z (3 months ago)
- Topics: react, reactjs, recipe, recipe-app, recipe-website, recipes, recipes-app, zustand
- Language: JavaScript
- Homepage: https://final-cookme.vercel.app/
- Size: 3.23 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# COOKE ME
## What is This Project
A simple Recipe web app that call the recipe api and then show it in the simple ui.
also using Zustand for state management.## API
This is API i used for this project : [Food Api ](https://www.themealdb.com/api.php)
## Live Demo
[![Screenshot from 2022-06-01 02-57-26](https://user-images.githubusercontent.com/90524474/171946493-4096e983-8001-404c-aa61-ec4739297bc6.png)](https://final-cookme.vercel.app/)
## How Start App In Local
step1 :
```bash
git clone https://github.com/Syaw0/Cook-Me.git
```step2 :
```bash
cd Cook-Me && npm install
```step3 :
```bash
npm run start
```Enjoy 😚✨