From 871029b030dc2a701f8d2a901f0ab8a9eb89f297 Mon Sep 17 00:00:00 2001 From: Osas Gilbert <125301810+Osgilb@users.noreply.github.com> Date: Tue, 1 Oct 2024 22:01:43 +0100 Subject: [PATCH] Update README.md --- README.md | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 17a1d36..0e02fbe 100644 --- a/README.md +++ b/README.md @@ -1 +1,41 @@ -# independenceOS \ No newline at end of file +# Fitness App UI Design + +This repository contains the source code for a fitness app UI design I worked on, showcased in the provided screenshot. The design was created on my country's Independence Day, and I wanted to save this project for future reference, as it marks both a personal coding achievement and a memorable day. + +## Overview + +The app's UI is designed to track fitness activities such as running and swimming. It displays key stats like distance, type of activity, and the most recent workout session in a clean, minimal interface. The background features a map, and the main focus is on readability and user interaction. + +### Key Features + +- **Map Background**: The background consists of a city map, creating an adventurous and exploratory feel. +- **Activity Stats**: Displays distance covered and type of training in prominent, rounded cards. +- **Interactive Buttons**: Includes circular buttons for starting new activities, switching between modes, and controlling music. +- **Responsive Design**: Designed with flexibility in mind, ensuring a good experience across different screen sizes. + +## Tech Stack + +- **HTML5**: Basic structure of the layout. +- **CSS3**: For styling, including flexbox, positioning, and z-index management. +- **SVG**: Used for shapes and icons. +- **Tailwind CSS**: Utilized for utility-first styling. + +## Design Considerations + +- **User-Friendly**: Focused on creating a minimal and easy-to-use interface that highlights the essential information for users. +- **Layering with z-index**: Managed the z-index and positioning for the elements to ensure the stat cards appear clearly on top of the background SVG. +- **Modern Look**: Aimed for a clean, modern design with rounded cards and a central play button to make the interface feel intuitive and interactive. + +## Independence Day Project + +This project was created on **October 1, 2024**, my country's Independence Day, making it a memorable piece of work. It’s both a reflection of my current coding journey and an experiment in UI/UX design. I’m saving it here as a reminder of progress and for potential future enhancements. + +## Future Plans + +- Further refinement of the design and interactivity. +- Potentially adding animations or hover effects for buttons. +- Optimizing for mobile responsiveness. + +### Author + +- GitHub: [Your GitHub Username](https://github.com/osgilb)