https://github.com/rizonahmed/marathon-management
Welcome to the Marathon Management System! This platform helps organize and manage marathon events by connecting event organizers with participants. Users can create marathons, sign up for events, and manage their registrations through a personal dashboard.
https://github.com/rizonahmed/marathon-management
express firebase mongodb nodejs react tailwindcss
Last synced: 2 months ago
JSON representation
Welcome to the Marathon Management System! This platform helps organize and manage marathon events by connecting event organizers with participants. Users can create marathons, sign up for events, and manage their registrations through a personal dashboard.
- Host: GitHub
- URL: https://github.com/rizonahmed/marathon-management
- Owner: rizonahmed
- Created: 2025-01-30T17:24:41.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T12:07:49.000Z (3 months ago)
- Last Synced: 2025-02-12T12:23:10.993Z (3 months ago)
- Topics: express, firebase, mongodb, nodejs, react, tailwindcss
- Language: JavaScript
- Homepage: https://marathon-management-f25a3.web.app/
- Size: 258 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Marathon Management System
Welcome to the Marathon Management System! This platform helps organize and manage marathon events by connecting event organizers with participants. Users can create marathons, sign up for events, and manage their registrations through a personal dashboard.
## Live Website
[Live Website URL](https://marathon-management-f25a3.web.app)## Features
- **User Authentication**: Email/password-based login and registration with Google or GitHub login options.
- **Add/Update/Delete Marathon Events**: Organizers can manage marathon events, including creating new ones, updating details, or deleting events.
- **Search Marathons**: Participants can browse and apply for marathons based on different filters like location and date.
- **Dynamic Dashboard**: Personalized dashboard for users to manage their marathon registrations and view their applied marathons.
- **Countdown Timer**: Shows the time remaining until the marathon begins.
- **Mobile-First Design**: Fully responsive design optimized for mobile, tablet, and desktop views.
- **JWT Authentication**: Secure user authentication using JWT tokens for private routes.
- **Sorting and Pagination**: Marathons can be sorted by creation date and displayed in paginated cards.## Technologies Used
- **Frontend**:
- React.js
- Tailwind CSS
- React Router
- React-Countdown-Circle-Timer- **Backend**:
- Node.js
- Express.js
- MongoDB (via MongoDB Atlas)
- JWT for authentication- **Hosting**:
- Firebase (for frontend hosting)
- Vercel (for backend API hosting)## Installation
To run the project locally, follow the steps below.
### Prerequisites
- Node.js and npm installed
- MongoDB account and Firebase setup
- Vercel CLI for backend deployment