Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dhartisangani/indiefoods-frontend
IndieFoods is a home-cooked food subscription platform created to empower the indie chefs, the superstars who cook great food at home and want to take it a step higher. Our users will have the choice of multiple meal plans and chefs within their area.
https://github.com/dhartisangani/indiefoods-frontend
aixos firebase javascript mui nanoid razorpay react redux toastify
Last synced: 21 days ago
JSON representation
IndieFoods is a home-cooked food subscription platform created to empower the indie chefs, the superstars who cook great food at home and want to take it a step higher. Our users will have the choice of multiple meal plans and chefs within their area.
- Host: GitHub
- URL: https://github.com/dhartisangani/indiefoods-frontend
- Owner: dhartisangani
- Created: 2024-11-16T13:57:49.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-16T13:57:57.000Z (about 2 months ago)
- Last Synced: 2024-11-16T16:17:14.742Z (about 2 months ago)
- Topics: aixos, firebase, javascript, mui, nanoid, razorpay, react, redux, toastify
- Language: JavaScript
- Homepage: https://indie-foods.netlify.app/
- Size: 4.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
IndieFoods
The Frontend Repository for the
IndieFoods Website
UI for IndieFoods: https://www.figma.com/file/zw89deUVGBbuh66FI9cXtp/Razorpay-FTX-Hackathon?node-id=0%3A1
## What is IndieFoods?
IndieFoods is a home-cooked food subscription platform created to empower the indie chefs, the superstars who cook great food at home and want to take it a step higher. Our users will have the choice of multiple meal plans and chefs within their area.
## What's our Motive?
-
The pandemic saw many indie chefs delivering home cooked food to support the sick but most of it happened in the unorganized sector, like whatsapp groups. -
After brief research we couldn’t find a good and active platform for home-cooked food subscriptions. There are players like FoodDarzee but they hire professional chefs and the rates are very expensive. There are a couple of home-cooked food delivery companies but they work on a per-order basis and not subscriptions. They too aren’t very active and their websites either crashed or didn’t accept orders. So we believe there is a good market share to be captured in this segment. -
Another reason why we built IndieFoods is to empower the indie chefs and hence lead to the growth in the individual creator economy, which is all the buzz these days. -
And finally, we aim to provide healthy home-cooked food at affordable prices.
## Screenshots
#### Landing Page
![1](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/1.png)
#### Signup Page
![2](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/2.png)
#### User Home Page
![3](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/3.png)
#### User Profile Page
![4](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/4.png)
#### Food Details Page
![5](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/5.png)
#### Chef Home Page
![6](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/6.png)
#### Chef Profile Page
![7](https://github.com/IndieFoods/frontend/blob/main/src/Assets/ReadmeAssets/7.png)
## Getting Started
1. Fork the repository
2. Clone the repository
```sh
git clone https://github.com/IndieFoods/frontend.git
```
3. Open the folder containing the cloned repository
4. Install the required packages, libraries and dependencies
```sh
npm install
```
5. Custom API keys can be set up in a .env file. We have added an example of env in .env.example file.
6. Run the project locally to access the frontend functionality of the website
```sh
npm start
```
## Contributors
- [Dharti Sangani](https://github.com/dhartisangani)
- [Raj Varsani](https://github.com/RajVarsani)