logo

Z's Blog

A glimpse of my CS notes

💻

Reservation App

2021-18-24

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 💡)

reservation-app

💻 Tech Stack

JavaScript HTML5 CSS3 React Redux Chakra Firebase Vercel Yarn

📝 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

Developed by

logo