Carhub is a web application for exploring and comparing different car models. It provides a user-friendly interface for searching, sorting, and filtering car listings, as well as detailed information about each car.
- For a detailed tutorial on building Carhub, you can watch the video tutorial on YouTube.
Carhub is built using the following technologies:
Carhub offers the following features:
- Users can search for specific car models, manufacturers, or other criteria.
- Car listings can be sorted based on various attributes, such as price, year, or mileage.
- Users can apply filters to narrow down car listings based on criteria like transmission type, fuel efficiency, and more.
-
Clicking on a car listing provides detailed information about that car, including images, specifications, and additional details.
Note: The application currently doesn't display images due to restrictions with Gmail accounts. A business account may be required to access images.
To run Carhub locally on your machine, follow these steps:
-
Clone this repository to your local machine:
git clone https://github.com/yourusername/carhub.git
-
Navigate to the project directory:
cd carhub- Install dependencies:
npm install- Start the development server:
npm run devOpen your browser and access Carhub at http://localhost:3000.

