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

https://github.com/maahi-hue/bistroboard

The goal of this project is to create a functional and visually appealing restaurant management platform. It allows users to browse food items, place orders, and manage their purchases effectively.
https://github.com/maahi-hue/bistroboard

firebase mongodb nodejs react tailwindcss

Last synced: 3 months ago
JSON representation

The goal of this project is to create a functional and visually appealing restaurant management platform. It allows users to browse food items, place orders, and manage their purchases effectively.

Awesome Lists containing this project

README

          

# 🍽️ Restaurant Management Website

## 🛠️ Purpose

The goal of this project is to create a functional and visually appealing restaurant management platform. It allows users to browse food items, place orders, and manage their purchases effectively. This project demonstrates:
- **CRUD operations**
- **Dynamic data rendering**
- **Interactive UI/UX elements**

---

## 🌐 Live URL

[**Visit the Live Website**](https://assignment-11-f04f9.web.app)

---

## 🚀 Features

### 1️⃣ **Gallery Page**
- A visually stunning gallery showcasing high-quality food images.
- Integrated with an interactive **lightbox feature** for better image viewing.

### 2️⃣ **Order Management**
- Users can:
- View their current orders.
- Delete items from their orders.
- Update purchase counts dynamically.

### 3️⃣ **Dynamic Data Handling**
- Data is fetched and displayed in real-time from **MongoDB** using REST APIs.
- Ensures seamless interaction between frontend and backend.

### 4️⃣ **Interactive Design**
- Responsive and user-friendly navigation for an excellent experience on all devices.
- Engaging animations and smooth transitions enhance the UI/UX.

### 5️⃣ **Secure Operations**
- Protect sensitive routes and ensure secure data handling using **environment variables**.
- Implements modern security practices to safeguard user data.

---

## 🛠️ Technologies Used

This project utilizes modern and reliable technologies to deliver high performance and a seamless user experience:

### **Frontend**
- ![React](https://img.shields.io/badge/React-61DAFB?style=flat-square&logo=react&logoColor=black)
- ![Tailwind CSS](https://img.shields.io/badge/Tailwind_CSS-06B6D4?style=flat-square&logo=tailwind-css&logoColor=white)

### **Backend**
- ![Node.js](https://img.shields.io/badge/Node.js-339933?style=flat-square&logo=node.js&logoColor=white)
- ![Express.js](https://img.shields.io/badge/Express.js-000000?style=flat-square&logo=express&logoColor=white)

### **Database**
- ![MongoDB](https://img.shields.io/badge/MongoDB-47A248?style=flat-square&logo=mongodb&logoColor=white)

### **Version Control & Deployment**
- ![Git](https://img.shields.io/badge/Git-F05032?style=flat-square&logo=git&logoColor=white)
- ![GitHub](https://img.shields.io/badge/GitHub-181717?style=flat-square&logo=github&logoColor=white)
- ![Firebase](https://img.shields.io/badge/Firebase-FFCA28?style=flat-square&logo=firebase&logoColor=black)

---

## 📦 npm Packages Used

Here are the primary npm packages leveraged in this project:

- **[axios](https://www.npmjs.com/package/axios)**: For efficient and reliable HTTP requests.
- **[moment](https://www.npmjs.com/package/moment)**: To handle and format dates and times effortlessly.
- **[sweetalert2](https://www.npmjs.com/package/sweetalert2)**: For beautiful, customizable alert messages.
- **[react-icons](https://www.npmjs.com/package/react-icons)**: To include high-quality icons in the user interface.
- **[yet-another-react-lightbox](https://www.npmjs.com/package/yet-another-react-lightbox)**: For an engaging lightbox feature on the Gallery Page.
- **[dotenv](https://www.npmjs.com/package/dotenv)**: To securely manage environment variables.

---

## 💻 How to Run the Project

Follow these steps to clone and run the project locally:

### 1️⃣ Clone the Repository
```bash
git clone

2️⃣ Navigate to the Project Directory
bash
cd restaurant-management-website

3️⃣ Install Dependencies
Make sure you have Node.js installed. Then run:

bash
npm install
4️⃣ Set Up Environment Variables

5️⃣ Start the Development Server
bash
npm start