Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nasib15/foodie-fiesta-client
Foodie Fiesta is a Food Sharing and Surplus Reduction Platform where a user can add/request for food.
https://github.com/nasib15/foodie-fiesta-client
javascript lottie-react reactjs tailwindcss tanstack-query
Last synced: 4 days ago
JSON representation
Foodie Fiesta is a Food Sharing and Surplus Reduction Platform where a user can add/request for food.
- Host: GitHub
- URL: https://github.com/nasib15/foodie-fiesta-client
- Owner: nasib15
- Created: 2024-08-10T13:57:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-15T15:44:06.000Z (4 months ago)
- Last Synced: 2024-08-15T17:50:22.951Z (4 months ago)
- Topics: javascript, lottie-react, reactjs, tailwindcss, tanstack-query
- Language: JavaScript
- Homepage: https://foodiefiesta-b4714.web.app/
- Size: 219 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Foodie Fiesta
#### Foodie Fiesta is a Food Sharing and Surplus Reduction Platform where a user can add/request for food.
## Features of this Website
- Logged-in users can add food items to the website, similar to creating a restaurant menu. They can specify relevant
information. However, a user cannot request their own food listings to maintain fairness and prevent self-promotion.
- Users can browse through the list of available food items added by other users and request items they are interested in
trying. Once a request is made, it's recorded in a table for easy reference. Also, a user can pay for the listed food
- Used JWT to ensure the backend to be secured## Technologies
- React
- JavaScript
- Tailwind CSS
- Axios
- Tanstack Query
- Lottie-React## To Run Locally
1. **Clone the repository:**
```
git clone https://github.com/nasib15/foodie-fiesta-client.git
cd foodie-fiesta-client
```2. **Install the dependencies:**
```
npm install
```3. **Start the development server:**
```
npm run dev
```### Build for Production:
```
npm run build
```