Welcome to Car Hub! This project was created as a learning experience for mastering technologies like Next.js, React, and Tailwind CSS. Our goal is to provide users with a seamless and dynamic experience when searching for and booking cars.
Deply: car-hub-sandy.vercel.app
- Next.js: Utilizing the power of Next.js for a fast and efficient React application.
- React: Building a modern and interactive user interface for an enhanced user experience.
- Tailwind CSS: Styling our components with the utility-first CSS framework for a clean and responsive design.
- API Integrations: Exploring integrations with external APIs to fetch and display real-time car rental data.
- Dynamic UX Search Component: Creating an intuitive search component to empower users in finding the perfect rental car.
- Dynamic UX Filter Component: Creating an intuitive filter component to empower users in finding the perfect rental car.
- Project Structure: Organized folder structure for better code maintainability.
- Data Folders: Centralized folders for managing data, ensuring a clear separation of concerns.
Here's an overview of the project structure:
/
|-- public/
|-- src/
| |-- app/
| |-- components/
| |-- constants/
| |-- interfaces/
| |-- utils/
|-- ...
To get started with the project, follow these steps:
- Clone the repository
- Install dependencies:
npm install - Run the development server:
npm run dev
Feel free to explore the codebase, contribute, and provide feedback. We're excited to share this project and continue improving it with the support of the open-source community.