An open API service indexing awesome lists of open source software.

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.

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.