Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🥦

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 😚✨