MyBike is a modern landing page for a company specializing in bicycle sales. The site allows users to explore different bike models. The landing page also includes a contact form and a contact information section.
- HTML – for structuring the web page content
- SCSS – for styling with SASS variables and mixins
- JavaScript – for adding interactivity and handling events on the page
- BEM Methodology – for organizing CSS classes to ensure modularity and scalability of styles
The project is built using BEM methodology, which helps maintain a clear hierarchy of components, making the project easier to support and expand.
To set up and run the project locally, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Install dependencies by running
npm install
- Start the project
npm start