Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ashlyn-joshy/quick-bite
This react app is built using the live Swiggy API's
https://github.com/ashlyn-joshy/quick-bite
babel jsx parcel-bundler react react-router-dom redux-toolkit tailwind
Last synced: 26 days ago
JSON representation
This react app is built using the live Swiggy API's
- Host: GitHub
- URL: https://github.com/ashlyn-joshy/quick-bite
- Owner: Ashlyn-Joshy
- Created: 2024-04-21T16:16:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-05-06T22:38:30.000Z (6 months ago)
- Last Synced: 2024-09-29T02:40:19.455Z (about 1 month ago)
- Topics: babel, jsx, parcel-bundler, react, react-router-dom, redux-toolkit, tailwind
- Language: JavaScript
- Homepage: https://quickbites1.netlify.app/
- Size: 300 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quick Bite
This is a Learning based project on React.js. This react app is built using the live Swiggy API's## Demo
[quickbites1.netlify.app/](quickbites1.netlify.app/)## Deployment
To deploy this project run
```
git clone https://github.com/Ashlyn-Joshy/Quick-Bite.git
```
Enter into the project folder.Install dependencies using
```
npm i
npm run build
```
Run the project
```
npm start
```## Tech Stack
- Parcel
- Babel
- ReactJs
- React Router
- Redux
- Tailwind CSS