Car Rental Website
Project Description This project aims to develop a car rental website. Users can search for vehicles based on brand, model, fuel type, and production year and view detailed information about them.
Technologies Used
The project uses the following technologies:
React JavaScript
Library
- react-router-dom
- react-select
- framer-motion
- tailwind
To run the project on a local or web server, you can follow these steps:
Clone this repository to your computer: git clone https://github.com/hasanyalsiz/CarRental.git Create a database on your web server or locally and import the database.sql file. Open the config.php file and configure the database connection settings. Open the index.php file in the project’s root directory in your web browser.
Usage
The project allows users to search for vehicles and access detailed information by:
On the homepage, using filtering options such as “Brand,” “Model,” “Fuel Type,” and “Production Year” to search for vehicles. On the vehicle results page, clicking on a vehicle to view detailed information. Contribution If you wish to contribute to this project, please follow these steps:
Fork this repository to your own GitHub account.
Make your changes in a new branch: git checkout -b new-feature Commit your changes: git commit -m ‘Added new feature’ Push your branch to your GitHub account: git push origin new-feature Create a pull request.
Contact If you have any questions or feedback, please contact us at [[email protected]].