Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuananh31j/booking-online-fe
https://github.com/tuananh31j/booking-online-fe
docker nextjs14 react-hook-form redux-toolkit rtk-query shadcn-ui tailwindcss typescript vercel zod
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuananh31j/booking-online-fe
- Owner: tuananh31j
- Created: 2024-09-11T09:54:32.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T08:17:31.000Z (2 months ago)
- Last Synced: 2024-10-10T23:23:12.928Z (about 1 month ago)
- Topics: docker, nextjs14, react-hook-form, redux-toolkit, rtk-query, shadcn-ui, tailwindcss, typescript, vercel, zod
- Language: TypeScript
- Homepage: https://booking-online-fe-fa5d.vercel.app
- Size: 31.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Booking Online
## 👨👩👦Contributors
| **🚀FE Leader** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** | **🚀Member** |
| :-: | :-: | :-: | :-: | :-: | :-: | :-: |
| [Tuan Anh](https://gitlab.com/tuananh31j) | [QuangMphann](https://gitlab.com/quangphan2705) | [HarmonyHieu](https://gitlab.com/hieutvph46786) | [QuocJin](https://gitlab.com/QuocDL) | [sweetcter](https://gitlab.com/sweetcter) |[MWare CEO](https://gitlab.com/mwarevn) | [Đào Minh](https://gitlab.com/minhtit123) |
| | | | | | | |## Technology Stack
![tech](docs/imgs/booking-technology.png)
## Demo
https://github.com/user-attachments/assets/e28d1334-90c7-42a2-a725-711625547b7c
## Setup
>
[!NOTE]
**Ensure Node.js is version ^18.18.0 || >=20.10.0.**1. Install the dependencies.
```bash
# npm
npm install
```2. Run the project.
```bash
# npm
npm run dev
```or
## Setup with Docker
```sh
# docker
docker-compose up -d
```