MechMyCar is a web-based platform offering car services, insurance, and related features. This repository contains the front-end files, JavaScript functionalities, stylesheets, and assets for the website.
- Home Page (index.html): Provides an overview of the services.
- Contact Page (contact.html): Allows users to get in touch with MechMyCar.
- Services Page (services.html): Lists available car services.
- Packages Page (packages.html): Displays pricing and package details.
📂 mechmycar/
├── 📂 js/ # JavaScript files for interactivity
│ ├── aos.js # AOS animation library
│ ├── bootstrap.min.js # Bootstrap framework
│ ├── jquery.min.js # jQuery library
│ ├── main.js # Custom JavaScript for the website
│ ├── reactForm.js # React-based form handling script
│ ├── owl.carousel.min.js # Carousel functionality
│ └── other plugins
├── 📂 images/ # Images used on the website
├── 📂 css/ # Stylesheets for website design
├── contact.html # Contact page
├── index.html # Homepage
├── packages.html # Packages & pricing page
├── services.html # List of car services
├── README.md # This file
- HTML, CSS, JavaScript for structure and styling.
- Bootstrap for responsive design.
- jQuery for dynamic functionality.
- AOS.js for scroll animations.
- Owl Carousel for image sliders.
- Clone the repository:
git clone https://github.com/Anusha0501/mechmycar.git
- Open
index.html
in a browser to view the website.
- Anusha0501 - Initial development and design.