https://github.com/zehraworks/react-reservation-app
Manage your reservations effortlessly
https://github.com/zehraworks/react-reservation-app
chakra-ui firebase react react-toolkit
Last synced: 4 months ago
JSON representation
Manage your reservations effortlessly
- Host: GitHub
- URL: https://github.com/zehraworks/react-reservation-app
- Owner: zehraworks
- Created: 2022-12-04T14:11:49.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-24T06:28:40.000Z (over 3 years ago)
- Last Synced: 2025-02-18T00:41:30.872Z (about 1 year ago)
- Topics: chakra-ui, firebase, react, react-toolkit
- Language: JavaScript
- Homepage: https://react-reservation-app.vercel.app/
- Size: 400 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reservation App
### Helps to manage your reservations effortlessly
🔗 Live Demo: [react-reservation-app](https://react-reservation-app.vercel.app/)
## ✨ Features
- Add reservation
- Change reservation status
- Delete reservation
- Confirm reservation
- Check services of confirmed reservations
- Use time-picker to select a date ( future idea 💡)

## 💻 Tech Stack









## 📝 Packages
- react
- react-dom
- react-redux
- react-icons
- firebase
- nanoid
- chakra-ui
- @reduxjs/toolkit
## ⚙️ Development
#### Clone remote repo to your local
```
git clone https://github.com/aydinfz/react-reservation-app.git
```
#### Change directory
```
cd react-reservation-app
```
#### Install dependencies
```
yarn
```
#### Happy Hacking 🎉
```
yarn dev
```
#### Build:
```
yarn build
```
#### Preview the build:
```
yarn preview
```