Eeatable is a CRUD (Create, Read, Update, Delete) application built with React and Vite. It focuses on managing different dishes that a restaurant offers.
Make sure you have Node.js and npm installed on your machine.
- Clone this repository:
git clone [email protected]:Kamaqen/react-eatable-Kamaqen.git
-
Navigate to the project directory:
cd react-eatable-Kamaqen
-
Install dependencies:
npm install
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.
- @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"
- @types/react: "^18.0.28"
- @types/react-dom: "^18.0.11"
- @vitejs/plugin-react: "^3.1.0"
- vite: "^4.2.0"
This project is licensed under the MIT License - see the LICENSE file for details.