Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deepak-tiwari-dt/foodie-light-client
A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
https://github.com/deepak-tiwari-dt/foodie-light-client
api axios css frontend html javascript react reacthookform vercel
Last synced: 16 days ago
JSON representation
A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
- Host: GitHub
- URL: https://github.com/deepak-tiwari-dt/foodie-light-client
- Owner: deepak-tiwari-dt
- Created: 2024-09-04T11:16:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-10T12:56:13.000Z (2 months ago)
- Last Synced: 2024-10-10T23:23:25.526Z (about 1 month ago)
- Topics: api, axios, css, frontend, html, javascript, react, reacthookform, vercel
- Language: JavaScript
- Homepage: https://foodie-light-client.vercel.app
- Size: 2.24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie Delight
## A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.
### [Foodie Delight](https://foodie-light-client.vercel.app/)
![Img](./public/home-page.png)
#### STEPS TO SETUP CLIENT:
> Copy commands from below one by one and execute in terminal to run it locally
```bash
git clone https://github.com/deepak-tiwari-dt/foodie-light-client.gitcd foodie-light-client
npm install
npm install react-hook-form axios react-router-dom
npm start
```