Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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