StudentTracker is a web application designed for professors to easily track attendance of their students.
The application was developed as part of the course "Web Technologies".
- Login functionality
- Professor's subject list
- Table of attendance
- Updating student attendance
- Percentage display of student attendance per week
- Logout functionality
- Login
- Home page
Clone the project:
git clone https://github.com/acato2/WT-StudentTracker.gitInstall dependencies:
npm installFill the database with static data:
node priprema.jsStart the server:
node index.jsOpen localhost:3000/prijava.html to view it in the browser.
As part of this project, there is a simple HTML application that displays all the courses offered at the Faculty of Electrical Engineering in Sarajevo, sorted by departments.
The display of all courses is facilitated through a navigation bar, with elective and dropped courses highlighted in different colors.