Skip to content

Tuition Management System is a system developed for Tuition Centre. This system will help them for a better managing the students and the teachers.

Notifications You must be signed in to change notification settings

muhduzairmf/tuition-management-system

Repository files navigation

Tuition Management System

Tuition Management System is a system developed for Tuition Centre. This system will help them for a better managing the students and the teachers.

To test this website locally, you need to have Node.js installed on your local machine. Then, kindly download the zip file of the source code. After extract the folder, open the terminal and type

	npm install
	// This will install all the dependencies of the project

To after install all dependencies, to test this website in development mode, then type

  	npm run dev

To bundle and compile all Svelte files into JavaScript, then type

  	npm run build

After that, the /dist folder will be created. Then to test this website in preview/production mode, then type

  	npm run preview

Main Purpose

This system is mainly purposes for the project in BIE 20103 Requirement Engineering course in my university. For now, there is no real data integration to any backend. This website is only created from my team to enhance our knowledge about the requirement engineering concepts and principles.

There are four main users to use this system. The view the related webpages based on the requirements (See List of requirements to be fulfilled down below).

STUDENT : https://my-tuition-management-system.web.app/student/register
TEACHER : https://my-tuition-management-system.web.app/teacher
CLERK : https://my-tuition-management-system.web.app/clerk
MANAGER : https://my-tuition-management-system.web.app/manager

List of requirements to be fulfilled

  1. Register student

Register student

  1. Register teacher

Register teacher

  1. Manage subject timetable

Manage subject timetable

  1. Manage attendance

Manage attendance

  1. Manage student fee

Manage student fee

  1. Manage teacher salary record

Manage teacher salary record

About

Tuition Management System is a system developed for Tuition Centre. This system will help them for a better managing the students and the teachers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published