https://github.com/geojimas/recipes-app
Recipes App with Search functionality and save to favorites
https://github.com/geojimas/recipes-app
javascript reacr-router-dom react redux-toolkit tailwindcss
Last synced: about 2 months ago
JSON representation
Recipes App with Search functionality and save to favorites
- Host: GitHub
- URL: https://github.com/geojimas/recipes-app
- Owner: geojimas
- Created: 2024-06-10T19:55:59.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-15T12:11:28.000Z (12 months ago)
- Last Synced: 2025-03-29T04:27:51.356Z (2 months ago)
- Topics: javascript, reacr-router-dom, react, redux-toolkit, tailwindcss
- Language: JavaScript
- Homepage: https://recipesq.netlify.app
- Size: 2.94 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Recipes App with Search functionality and save to favorites
### Build with React, TailwindCSS & Redux Toolkit

#### Project Setup
```
cp.env.example .env.local
npm install
npm run dev
```