Skip to content

react-eatable-Kamaqen created by GitHub Classroom

Notifications You must be signed in to change notification settings

Kamaqen/react-eatable-Kamaqen

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 [email protected]: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.

About

react-eatable-Kamaqen created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.7%
  • HTML 1.8%
  • CSS 1.5%