✅
Submission Checker(2022)
A tool to check if submissions were successful.
The submission checker is a small Next.js application that checks for correct submissions of assignments in Gitlab repositories.
I created this tool for my students who were not yet familiar with Gitlab and were worried that they would make mistakes when committing assignments.
Each student can enter his or her repository ID and choose the assignments they want to check.
The script in the background then loads all the files from the respective repo and checks if they were committed to the right folder etc. The application also displays the file contents or gives feedback if files are missing.
To protect the API key the application uses the api provided by Next.js to make the requests to the Gitlab API.