Booking App is a single page web application that list motorcycles and allows users to make reservations for specific bikes in avalaible cities.
Users can interact with the app by adding motorcycles and booking motorcycles.
- HTML/CSS
- JavaScript
- Tailwindcss
- React
- Redux
To get a local copy up and running follow these simple example steps.
- Open a terminal, navigate to the directory that you would like to clone the repository into using commands like:
cd /pathname
to change your working directory.
- Next, clone the remote repository and create a local copy on your machine using this command:
git clone https://github.com/afizsavage/booking-app
- Now you can see the contents of the remote repository on your machine by moving into the newly cloned directory:
booking-app
ls -la
- run
npm install
on the command line to download all dependency packages.
- run
npm run build
Builds the app for production to thebuild
folder.. - run
npm start
to start the application in production mode.
👤 Afiz Savage
- GitHub: @afizsavage
- Twitter: @fizzo_geek
👤 Victor Chukwuemeka
- GitHub: @hukwuemeka1234
- Twitter: @avc_victor
👤 Ricky Mormor
- GitHub: @cwaku
- Twitter: @rickymormor
- Murat Korkmaz for this wonderfull design template.
Give a ⭐️ if you like this project!