Blanchard Website is a course project developed for the Frontend Development course by Skillbox. This project showcases the use of HTML, CSS, and JavaScript to create a responsive and dynamic website. The project integrates several external libraries, including Inputmask, Just-Validate, Choices, Simplebar, and Swiper, to enhance user interactions and improve overall functionality.
-
Clone the repository to your local machine:
git clone https://github.com/margarita2104/blanchard-skillbox.git
-
Navigate to the project folder:
cd blanchard-skillbox
-
Open the
index.html
file in your preferred web browser or set up a local development server.
To use the Blanchard Website, follow these steps:
- Open the
index.html
file in your web browser. - Explore different sections and features of the website.
- Responsive Design: The website is designed to provide a seamless experience across various devices and screen sizes.
- Form Validation: Utilizes the Just-Validate library for client-side form validation.
- Interactive UI Elements: Implements Choices for enhanced select boxes, Simplebar for custom scrollbars, and Swiper for interactive image sliders.
- Inputmask: JavaScript library for input field masking and formatting.
- Just-Validate: Form validation library for client-side validation.
- Choices: Customizable select boxes with native look and feel.
- Simplebar: Custom scrollbars for an improved scrolling experience.
- Swiper: Modern touch slider library for mobile and desktop.
If you'd like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Create a pull request.
This project is licensed under the MIT License.