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

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

Awesome Lists containing this project

README

          

## Food Ordering App

-- App link for learning: https://swiggy-clone-kushal-learning.netlify.app/

## Project Images

# Restaurants List

![restaurantlist](https://user-images.githubusercontent.com/10295411/276411865-08d35711-8020-49dc-be3d-9275bd8adb63.png)

# Searching Sub for Subways around me

![search](https://user-images.githubusercontent.com/10295411/276411381-b74aea19-60ac-40ab-ac87-c9f96cfda365.png)

# Top Restaurants

![toprestaurants](https://raw.githubusercontent.com/kushalseth/swiggy-clone/main/images/toprestaurants.png)

# Restaurants Details

![toprestaurants](https://user-images.githubusercontent.com/10295411/276411602-deaf39ef-f7b7-437e-9ab3-423f3904465e.png)

![toprestaurants](https://user-images.githubusercontent.com/10295411/276411718-b06a411c-4e62-4460-a898-27d4eab33f8b.png)

# Test Cases

![testcasesimage](https://user-images.githubusercontent.com/10295411/276411958-a070c4cb-c8f0-43f6-8871-675ec035b7af.png)

## 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