https://github.com/mahirsiyam/run
Marathon Run A dynamic web app for showcasing upcoming marathon events and runner details. Users can explore events, register, and view participant stats in real-time.
https://github.com/mahirsiyam/run
firebase-auth javascript react react-router tailwind-css
Last synced: about 1 year ago
JSON representation
Marathon Run A dynamic web app for showcasing upcoming marathon events and runner details. Users can explore events, register, and view participant stats in real-time.
- Host: GitHub
- URL: https://github.com/mahirsiyam/run
- Owner: MahirSiyam
- Created: 2025-06-24T21:34:34.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-24T22:24:18.000Z (about 1 year ago)
- Last Synced: 2025-06-24T22:34:07.221Z (about 1 year ago)
- Topics: firebase-auth, javascript, react, react-router, tailwind-css
- Language: JavaScript
- Homepage: https://marathon-run-project.netlify.app
- Size: 0 Bytes
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏃♂️ Marathon Run Project
## 📌 Purpose
The Marathon Run Project is a web-based application designed to help users track, manage, and simulate marathon run events. It provides features to schedule runs, view event details, and possibly manage participant data. It offers a user-friendly interface and interactive experience.
## 🌐 Live URL
https://marathon-run-project.netlify.app/
## ✨ Key Features
- 📅 Schedule and manage marathon events.
- 👤 View participant or event details (if applicable).
- 💾 Data persistence using `localStorage`.
- 🔄 Book and cancel simulated appointments or event slots.
- 📱 Responsive design for desktop and mobile devices.
## 📦 NPM Packages Used
If you used any NPM packages, list them here. If none, you can write:
- No external NPM packages used.
*(Or list below if applicable)*
- `react` – (if used)
- `react-router-dom` – (if used for routing)
- `uuid` – (for generating unique IDs, if used)
- `date-fns` – (for date formatting, if used)
---
Feel free to update the package list based on the actual tools or libraries used in your project.