Skip to content

Latest commit

 

History

History
70 lines (47 loc) · 1.93 KB

README.md

File metadata and controls

70 lines (47 loc) · 1.93 KB

S.R.M.S (Student Result Management System)

A web application where teacher can CRUD (Create, Update, Delete) classes, students, subjects, and result. Then students can view there result and download as PDF or Excel file

Table of contents

Overview

The challenge

Admin should be able to:

  • Add new classes, students, subjects
  • Update classes, students, subjects
  • Delete classes, students, subjects

Students should be able to:

  • Search for their result using their ID
  • Download their result in different format (Excel & PDF)

Links

My process

Built with

Continued development

These are some areas I plan to improve on:

  • SvelteKit authentication practices
  • Prisma schema
  • Design with UnoCSS

Author