✧
Getting Started ✧ Installing ✧
Author ✧
- Homepage
- Book a ride page
- Driver registration
- Rider registration
- Signup of Driver Account
- Signup of Rider Account
- Logout/Remove Rider Account
- Rider details displayed on Booking page
- All available Driver details displayed on Booking page
- Search nearest driver to your location feature
- Search driver in your distance/threshold range feature available
- Nearest driver along with the distance details displayed on single click
- Private routes also added for the "book a ride" page
This project was built using React, Redux, CSS, JavaScript, and localStorage. It is a cab booking web application and for running on your local environment you should follow these guidelines.
- NPM
- Node JS
The project repository can be found in GitHub link or just clone the project using this command.
Using HTTPS
# git clone https://github.com/amit-ashok-swain/cab-booking-app.git
- Open terminal on your workspace with
cd /home/workspace/cab-booking-app
Install NPM
Check that you have node and npm installed
To check if you have Node.js installed, run this command in your terminal:
node -v
To confirm that you have npm installed you can run this command in your terminal:
npm -v
To install all the dependences of the project, run the following command:
npm install
To run the application got to the client folder and run the following command:
npm run dev
- Visual Studio Code
- ViteJS template
This project is licensed under the BSD 3-Clause License.
If you want to contact me, you can reach me through below handles.
© 2023 Amit Ashok Swain
Give a ⭐️ if you like this project!