https://github.com/koinsaari/team-tracking-system
JavaScript course project for managing orienteering events, designed for team and category management with a user-friendly interface.
https://github.com/koinsaari/team-tracking-system
css html javascript xml
Last synced: 2 months ago
JSON representation
JavaScript course project for managing orienteering events, designed for team and category management with a user-friendly interface.
- Host: GitHub
- URL: https://github.com/koinsaari/team-tracking-system
- Owner: koinsaari
- Created: 2023-11-23T09:03:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-23T09:44:50.000Z (over 2 years ago)
- Last Synced: 2025-06-02T23:49:16.125Z (about 1 year ago)
- Topics: css, html, javascript, xml
- Language: JavaScript
- Homepage: http://users.jyu.fi/~aarkasko/tiea2120/vt3/tiea2120-viikkotehtava-3/pohja.xhtml
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JavaScript Orienteering Team Management Project
## Project Description
This JavaScript project, developed as part of a Web Development course at the University of Jyväskylä, focuses on managing orienteering events. The base database and XML structure were provided as starting points, while the implementation in HTML, CSS, and JavaScript was independently carried out. The JavaScript portion includes some pre-built helper functions to enhance functionality. The project offers an intuitive interface for efficient team and category management, making it an ideal learning tool for practical event management scenarios. Additionally, it serves as a practical exercise, especially in handling forms on a website.
## Features
- Team management: Add, edit, and remove teams.
- Category handling: Organize events into different categories.
- User-friendly interface: Easy to navigate and manage data.
## Accessing the Project
This project is hosted on the University of Jyväskylä's servers and can be viewed [here](http://users.jyu.fi/~aarkasko/tiea2120/vt3/tiea2120-viikkotehtava-3/pohja.xhtml). The data structure can be examined through the browser console.