Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 1.57 KB

README.md

File metadata and controls

66 lines (43 loc) · 1.57 KB

Booking Management System

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.

Table of Contents

Features

  • React with TypeScript
  • Vite for fast development
  • Tailwind CSS for styling
  • ESLint for code linting
  • Mocked data managed in context (no backend connection)

Installation

  1. Clone the repository:

    git clone https://github.com/edu-damasceno/booking-management.git
    cd booking-management
  2. Install dependencies:

    npm install

Usage

  1. Run the development server:

    npm run dev
  2. Open your browser and navigate to http://localhost:5173.

Configuration

ESLint

The project uses ESLint for code linting. Configuration can be found in the .eslintrc.cjs file.

TypeScript

TypeScript configurations are specified in the tsconfig.json file.

Vite

Vite configuration is available in the vite.config.ts file.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

License

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