https://github.com/kushalseth/swiggy-clone
Swiggy Clone for learning purpose
https://github.com/kushalseth/swiggy-clone
jest-tests namaste-react react-hooks react-redux reactjs
Last synced: 2 months ago
JSON representation
Swiggy Clone for learning purpose
- Host: GitHub
- URL: https://github.com/kushalseth/swiggy-clone
- Owner: kushalseth
- Created: 2023-09-24T21:03:41.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-18T22:15:12.000Z (over 2 years ago)
- Last Synced: 2025-04-09T08:35:58.523Z (about 1 year ago)
- Topics: jest-tests, namaste-react, react-hooks, react-redux, reactjs
- Language: JavaScript
- Homepage: https://swiggy-clone-kushal-learning.netlify.app/
- Size: 2.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## Food Ordering App
-- App link for learning: https://swiggy-clone-kushal-learning.netlify.app/
## Project Images
# Restaurants List

# Searching Sub for Subways around me

# Top Restaurants

# Restaurants Details


# Test Cases

## localhost sample urls
-- http://localhost:1234
-- http://localhost:1234/restaurants/175292
## Configuring Netlify using netlify CLI
-- install netlify globally
(> npm install netlify-cli -g)
-- (not sure if it is mandatory to add this at project level as well)
(> npm install netlify-cli --save-dev)
-- Open cmd with Admin mode and type netlify
-- if it works then navigate to your project, and write > netlify deploy >> It will ask, if you want to use existing, site_Id and produce the draft
-- If draft looks good, then use this command to push to server. > netlify delpoy -- prod