Reservation App
Helps to manage your reservations effortlessly
🔗 Live Demo: react-reservation-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.gitChange directory
cd react-reservation-appInstall dependencies
yarnHappy Hacking 🎉
yarn devBuild:
yarn buildPreview the build:
yarn preview