A modern and responsive landing page for a bike-related product or service.
The project is created as a practice work to demonstrate layout skills, responsive design, and clean UI.
You can view the live demo here:
👉 MyBike
- HTML5
- CSS3
- Responsive design (Flexbox / Grid)
- Google Fonts
- Responsive layout for desktop, tablet, and mobile
- Modern and clean UI design
- Smooth scrolling
- Call-to-action buttons
- Optimized images
- Clone the repository
git clone https://github.com/your-username/project-name.git
cd project-name- Install dependencies:
npm install
# or
yarn install
- Run the project locally:
npm start
# or
yarn start