The Aftas Sports Club, based in Mirleft, Tiznit, is dedicated to various sports like Surfing, Tennis, Quad Biking, Underwater Fishing, and Paragliding. Their specialty lies in organizing underwater fishing competitions across Morocco and they are aiming to streamline their management process with a responsive web application.
- Add Competition
- Assign a unique code for each competition.
- Input date, start time, end time, participant count, and location.
- View Competitions List with Filters
- Filter ongoing competitions.
- Filter closed competitions.
- Register Members for a Competition
- Search for a member using number, name, or surname.
- Register members who aren't already enlisted for a competition.
- Record Competition Result
- Log the number of fishes caught during the competition.
- Confirm participation after entering the result.
- View Podium
# Clone the repository
git clone https://github.com/shadowgks/AppGCM-FrontEnd# Go to the front-end directory
cd AppGCM# install dependencies
npm install# Run the application
ng serve