Dekho Car is a modern and user-friendly rent car website built using React, Next.js 13, TypeScript, Tailwind CSS, and RapidAPI. It allows users to easily find and rent cars for their travel needs.
-
Intuitive UI: The website provides a simple and intuitive user interface, making it easy for users to browse and find their ideal car.
-
Search and Filters: Users can use the powerful search and filtering options to quickly narrow down their search based on location, date, car type, and more.
-
Car Details: Detailed information is provided for each car, including images, specifications, features, and rental pricing, fetched from RapidAPI.
-
Responsive Design: The website is designed to be responsive, providing a seamless experience across various devices.
To run the Dekho Car website locally, follow these steps:
-
Clone the repository:
git clone https://github.com/rohzzn/dekhocar.git
-
Navigate to the project directory:
cd dekhocar
-
Install dependencies:
npm i next
-
Obtain your RapidAPI key by signing up at https://rapidapi.com.
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:3000
to view the website.
- React: A popular JavaScript library for building user interfaces.
- Next.js 13: A powerful framework for server-rendered React applications.
- TypeScript: A typed superset of JavaScript that enhances code quality and maintainability.
- Tailwind CSS: A utility-first CSS framework for creating flexible and responsive designs.
- RapidAPI: An API marketplace used to fetch car details and information.
Dekho Car is released under the MIT License. You are free to use, modify, and distribute the code.