Crazybaby is a modern and responsive landing page for a futuristic wireless speaker product. The website is designed to provide potential customers with an engaging experience while exploring the product's features, specifications, and design. The page includes sections highlighting product details, benefits, and a contact form for further inquiries.
- 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