Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/supakunz/restaurant-website

Simple Restaurant Website react js app with ReactJS TailwindCSS Redux Toolkit for the client and NodeJS Supabase for the server.
https://github.com/supakunz/restaurant-website

axios expressjs javascript nodejs reactjs redux-toolkit restaurant-website supabase tailwindcss

Last synced: 3 days ago
JSON representation

Simple Restaurant Website react js app with ReactJS TailwindCSS Redux Toolkit for the client and NodeJS Supabase for the server.

Awesome Lists containing this project

README

        

# Restaurant
Restaurant Website is learn the basics of website functionality and internal data communication using ReactJS TailwindCSS Redux Toolkit for the client and NodeJS for the server, Use Supabase Database to get or store Data.

https://github.com/user-attachments/assets/8d2918f9-3d42-4983-b568-f7b1996b8c92

## 🌈 Live Demo
Restaurant

## 🌏 Features


  • Show user information.

  • Authentication system.

  • Access control by API.

  • Use Supabase Database to get or store data.

  • Token for authentication before making a transaction.

  • Show quantity food menu in cart and sub total.

  • Can increase or decrease the number of food items.

## 🔥 Technologyies Used
Frontend :


  • ReactJS

  • Axios

  • Slick

  • TailwindCSS

  • Redux Toolkit



Backend :

  • NodeJS

  • ExpressJS

  • Supabase

## 👽 Installation

1. Clone this repository :

```bash
https://github.com/SupakunZ/Restaurant-Website.git
```

2. Navigate to the project folder and install dependencies :

```
cd Restaurant-Website
npm install
```

3. Launch the application in development mode :

```
npm run dev
```