EasyRent is a platform that simplifies the process of renting cars. It allows users to easily find and rent cars from a variety of providers.
To install EasyRent, follow these steps:
- Clone the repository:
git clone https://github.com/Subhi-Sh/easyrent.git
2.Install dependencies:
# with npm
npm install
# or with yarn
yarn
- Start the server
npm start
Open your browser and navigate to http://localhost:3000.
Contributions are welcome! Please follow these steps to contribute to EasyRent:- Fork the repository
- Create a new branch (git checkout -b feature)
- Make your changes
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature)
- Create a new Pull Request