An open API service indexing awesome lists of open source software.

https://github.com/mlt93/table-tact-front

Table Tact is an app for making reservations at restaurants
https://github.com/mlt93/table-tact-front

react redux-toolkit scss typescript vite

Last synced: 3 months ago
JSON representation

Table Tact is an app for making reservations at restaurants

Awesome Lists containing this project

README

          

# TableTact: Reserve in one Tact

TableTact is a mobile-friendly application designed for quick and intuitive restaurant reservations, allowing users to book their table "in one tact".

## Features

- **Easy Reservations**: Book your table with just a few taps
- **Mobile-Optimized**: Designed for seamless mobile experience
- **Intuitive Interface**: User-friendly design for effortless navigation
- **Quick Booking**: Reserve your spot in seconds

## Technologies Used

- React
- Vite
- TypeScript
- Redux Toolkit

## Prerequisites

Before you begin, ensure you have the following:

- Node.js installed on your machine
- Access to the required environment variables (contact the developers for details)

## Installation

1. Clone the repository:

```bash
git clone https://github.com/ScanDaLouS47/devathon-frontend.git
cd devathon-frontend
```

2. Install dependencies using your preferred package manager:

```bash
npm install
# or
pnpm install
# or
yarn install
```

## Configuration

Obtain the necessary environment variables from the development team and configure them in your local environment `.env`.

## Running the Application

1. Start the backend server (refer to backend documentation for setup)

2. To see available launch options, run:

```bash
npm run
```

3. To start the development server, execute:

```bash
npm run dev
```

## Contributing

We welcome contributions to TableTact! Please read our contributing guidelines before submitting pull requests.

## Support

For any issues or queries, please contact our support team at support@tabletact.com.

## License

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