This project is a responsive landing page "Bose", offering a seamless experience across various devices including mobile, tablet, and desktop. Built with HTML, SCSS, and following the BEM (Block Element Modifier) methodology.
- Responsive Design: The landing page is optimized for different screen sizes, ensuring a consistent and user-friendly experience across devices.
- HTML & SCSS: The project is built using HTML for structure and SCSS for styling, allowing for maintainability and scalability.
- BEM Methodology: BEM (Block Element Modifier) is followed for a modular and organized codebase, enhancing readability and collaboration.
- Cross-Browser Compatibility: The landing page is tested and compatible with major web browsers to ensure broad accessibility.
- Accessible: Accessibility features have been incorporated to ensure the website is usable by individuals with disabilities.
- Performance Optimized: Efforts have been made to optimize performance, ensuring fast loading times and a smooth browsing experience.
- Clone the repository to your local machine using the command git clone [GitHub] (https://github.com/kostiukmkalne/Bose)
- Then, navigate to the project directory using cd bose-landing.
- Make sure you have Node.js and npm installed, and install the project dependencies by running npm install.
- After the dependencies are installed, start the development server with npm start.