This is a recreated design of my favorite app, Strava. I use it every single day to track my miles and keep my motivation high.
- HTML5 - Semantic structure and content.
- CSS3 - Custom styling, Flexbox/Grid layout, and responsive design.
- JavaScript (ES6) - Dynamic interactivity and UI behaviors.
strava-desktop-ui/
├── assets/
│ └── dashboard.png
├── index.html
├── styles.css
├── script.js
└── README.md
Clone this repository:
git clone https://github.com/aazainjan/strava-desktop-ui.gitNavigate to the project folder:
cd strava-desktop-uiLaunching the app: Open index.html in your favorite web browser.
This project is front-end only. I built it specifically for design and UI practice.
