This is a website built to showcase a range of electric cars, designed to be visually appealing and interactive. The website features smooth animations, interactive sliders, and a clean, modern layout.
Here are some screenshots of the electric car website:
- Responsive Design: The website adapts seamlessly to different screen sizes, ensuring a great experience on both desktop and mobile devices.
- Interactive Sliders: Showcases different electric car models with an engaging carousel feature using the Swiper.js library.
- Dynamic Filtering: Users can filter electric cars based on categories like model, price, and features using the MixItUp library.
- Icons & Visuals: The website includes modern and high-quality icons using the Remix Icons library.
- HTML: The structure and content of the website are built using HTML5.
- CSS: Styling of the website is done with custom CSS for a clean, modern look and feel.
- JavaScript: Provides interactivity on the website, including animations, sliders, and dynamic content filtering.
- Libraries:
- Remix Icons: Used for scalable vector icons.
- Swiper.js: Used for creating interactive car image sliders.
- MixItUp: Used for filtering electric cars based on user preferences.
- Clone the repository to your local machine:
git clone https://github.com/Luk30lende/Electric-Car-Website.git
- Navigate into the project directory:
cd electric-car-website
- Open the index.html file in your web browser to view the website.
Feel free to fork this project and submit pull requests for improvements. If you'd like to contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m 'Add new feature'
- Push to the branch:
git push origin feature-branch
- Open a pull request
This project is licensed under the MIT License - see the LICENSE file for details.
- Remix Icons for providing high-quality icons.
- Swiper.js for the interactive slider functionality.
- MixItUp for the filtering library.