A sleek, responsive front-end-only website for a car sale business. Built with HTML, CSS, and JavaScript, this website offers a seamless browsing experience for car buyers, showcasing available cars, customer reviews, and a feedback system with modal functionality for detailed item views.
- Features
- Live Demo
- Installation
- Usage
- Project Structure
- Technologies Used
- Contributing
- License
- Home Page: Overview of the website, showcasing featured cars and the mission of the business.
- About Section: Information about the business, values, and team.
- Car Listings: Catalog of cars with 'View Details' modal functionality.
- Spare Parts Listings: Section dedicated to spare parts with modals for additional details.
- Customer Reviews: Display of customer feedback for social proof.
- Contact and Feedback Forms: Simple forms for customers to reach out or leave feedback.
- Responsive Design: Fully responsive for a smooth experience across devices.
Visit the Website - carvana
- Clone the repository
git clone https://github.com/stephenombuya/car-sale-website
cd car-sale-website
- Open the project folder
- Open the folder in your preferred code editor (e.g., VSCode).
- View in Browser
- Simply open the index.html file in your browser to view the website locally.
- Explore the Website:
- Browse different sections like Home, About, Cars, Spare Parts, Reviews, and Contact.
- View Car and Spare Part Details:
- Click the 'View Details' button on any car or spare part to see additional information in a modal.
- Leave Feedback:
- Use the Feedback section to submit feedback.
- Contact:
- Use the contact information or form to reach out to the business.
car-sale-website/
├── index.html # Main HTML file
├── about.html # About page
├── cars.html # Cars listing page
├── spare-parts.html # Spare parts page
├── reviews.html # Customer reviews page
├── contact.html # Contact page
├── css/
│ ├── style.css # Main stylesheet
│ └── responsive.css # Responsive design styles
├── js/
│ ├── main.js # Main JavaScript file
│ └── modal.js # JavaScript for modal functionality
└── images/
└── ... # Image assets for the website
- HTML5: Structure and content.
- CSS3: Styling and layout, including Flexbox and Grid.
- JavaScript: Dynamic functionality and interactivity, such as modals.
I welcome contributions! Here’s how you can help:
- Fork the repository.
- Create a new branch (git checkout -b feature-name).
- Make your changes and commit them (git commit -m "Add feature").
- Push the branch to your fork (git push origin feature-name).
- Open a pull request on the main repository.
This project is licensed under the MIT License - License