Skip to content

wizaard07/RideShaw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RideShaw

RideShaw is a rickshaw-sharing application designed to simplify local commuting by connecting users to nearby rickshaw drivers. This app provides an intuitive platform for users to book rides, view rickshaw availability, and manage their trips.

Features

  • User-friendly Interface: Simplified booking process for users.
  • Real-time Availability: Displays the nearest available rickshaws.
  • Ride Scheduling: Allows users to schedule rides in advance.
  • User Profiles: Manage profiles for riders.
  • Ride History: Track past rides and payments.

Tech Stack

  • Frontend: Built using reactJS.
  • Backend: NodeJS is used for handling APIs.
  • Database: MongoDB is used for storing data.

Installation

  1. Clone the repository:
    git clone https://github.com/wizaard07/RideShaw.git
    
  2. Navigate into the project directory:
    cd RideShaw
    
  3. Install the required dependencies:
    npm install
    
  4. Run the application:
    npm start
    

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix:
    git checkout -b feature-name
    
  3. Commit your changes:
    git commit -m "Add a meaningful commit message"
    
  4. Push your changes to the branch:
    git push origin feature-name
    
  5. Open a pull request describing the changes you’ve made.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Releases

No releases published

Packages

No packages published