https://github.com/almasb/codefestapp
An automated platform for Codefest challenges
https://github.com/almasb/codefestapp
Last synced: 8 months ago
JSON representation
An automated platform for Codefest challenges
- Host: GitHub
- URL: https://github.com/almasb/codefestapp
- Owner: AlmasB
- License: apache-2.0
- Created: 2019-02-17T10:18:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-28T21:42:26.000Z (about 7 years ago)
- Last Synced: 2025-03-19T09:14:24.373Z (about 1 year ago)
- Language: Kotlin
- Size: 220 KB
- Stars: 3
- Watchers: 3
- Forks: 4
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodefestApp
An automated platform for Codefest challenges
## Base Requirements
### Server
* Keep track of student progress on an individual basis
* Contain a modifiable collection of challenges
### Client
* Login to server
* Browse challenges (completed are also marked and shown)
* See top 10 students
* Submit code for a challenge
## Extra Functionality
* Notify users when a new challenge was added