CMC is a simple, yet modern landing page for a car dealership built with ReactJS and bootstrapped with Vite. The site utilizes Material UI for a sleek design and easy navigation.
- Browse through a wide selection of vehicles
- Filter vehicles by make, model, and year
- View detailed information and photos of each vehicle
- Contact the dealership directly through the site for more information or to schedule a test drive
The site has been deployed on vercel
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Node.js
- Vite
- Material UI
- Clone the repository
git clone https://github.com/hermitex/CMC.git
- Install the dependencies
npm install
- Start the development server
npm run dev
Open http://localhost:3000 to view the site in the browser.
ReactJS - A JavaScript library for building user interfaces Vite - A lightweight development server for building single-page apps Material UI - A UI library for React with a set of components following Google's Material Design guidelines
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
Tiberius Mairura - Initial work - Your Github
This project is licensed under the MIT License - see the LICENSE.md file for details
- Material UI for providing the UI components