Gravacao.de.tela.de.04-06-2024.13.02.09.webm
This repository contains a booking management system built with React, TypeScript, and Vite. It provides a minimal setup for creating a production-ready booking application with mocked data stored in the context.
- React with TypeScript
- Vite for fast development
- Tailwind CSS for styling
- ESLint for code linting
- Mocked data managed in context (no backend connection)
-
Clone the repository:
git clone https://github.com/edu-damasceno/booking-management.git cd booking-management
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
.
The project uses ESLint for code linting. Configuration can be found in the .eslintrc.cjs
file.
TypeScript configurations are specified in the tsconfig.json
file.
Vite configuration is available in the vite.config.ts
file.
Contributions are welcome! Please fork the repository and submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.