Skip to content

Latest commit

 

History

History
55 lines (36 loc) · 1.15 KB

README.md

File metadata and controls

55 lines (36 loc) · 1.15 KB

Eeatable - Restaurant Dishes Management App

Eeatable is a CRUD (Create, Read, Update, Delete) application built with React and Vite. It focuses on managing different dishes that a restaurant offers.

Installation

Make sure you have Node.js and npm installed on your machine.

  1. Clone this repository:
git clone git@github.com:Kamaqen/react-eatable-Kamaqen.git
  1. Navigate to the project directory:

    cd react-eatable-Kamaqen
  2. Install dependencies:

    npm install

Usage

Development

To run the app in development mode, use the following command:

npm run dev

This will start the development server. Open http://localhost:5173 in your browser to view the app.

Dependencies

  • @emotion/react: "^11.11.1"
  • @emotion/styled: "^11.11.0"
  • react: "^18.2.0"
  • react-dom: "^18.2.0"
  • react-router-dom: "^6.16.0"

Dev Dependencies

  • @types/react: "^18.0.28"
  • @types/react-dom: "^18.0.11"
  • @vitejs/plugin-react: "^3.1.0"
  • vite: "^4.2.0"

License

This project is licensed under the MIT License - see the LICENSE file for details.