https://github.com/codersunny812/stellareats
StellarEats is an ecommerce website on some of the most watering dishers out there(Front end).
https://github.com/codersunny812/stellareats
akshay-saini react-router reactjs redux-toolkit swiggy-api
Last synced: 7 months ago
JSON representation
StellarEats is an ecommerce website on some of the most watering dishers out there(Front end).
- Host: GitHub
- URL: https://github.com/codersunny812/stellareats
- Owner: codERSunny812
- Created: 2023-11-05T21:05:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-26T14:21:22.000Z (10 months ago)
- Last Synced: 2025-01-12T09:41:15.687Z (9 months ago)
- Topics: akshay-saini, react-router, reactjs, redux-toolkit, swiggy-api
- Language: JavaScript
- Homepage: https://stellareats.vercel.app/
- Size: 2.55 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Eats
This is a food website which is basically shows the data of all the nearby restaurant in form of cards and you can check the distance of the restaurant from your place and when any user click on any of the card then then whole menu of that restaurant wil shown to the user .
Thers's a search bar in the main component where user can search for thier restaurant and if no animantion is found then also a cool animantion is shown to the user.
### Table of contents
* Features
* Prerequisites
* Getting started
* Project structure
* Technology used#### Features
1. Browse nearby restaurants
2. View Restaurant menu and details
3. Cart Management
4. User authentication
5. Responsive design for various device#### Prerequisites
Before you begin make sure that you have the following into you system
* Git
* Node#### Getting Started
1. Clone the repositary
`git clone https://github.com/codERSunny812/FreshFood.git`
2. Navigate to the project`cd FreshFood`
3. Install the dependencies`yarn `
4. Run the development Server`yarn run dev`