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
- Host: GitHub
- URL: https://github.com/mlt93/table-tact-front
- Owner: MLT93
- License: gpl-3.0
- Created: 2024-08-26T10:13:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-18T14:44:23.000Z (over 1 year ago)
- Last Synced: 2025-01-18T15:37:03.537Z (over 1 year ago)
- Topics: react, redux-toolkit, scss, typescript, vite
- Language: TypeScript
- Homepage:
- Size: 3.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.