-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,14 @@ | ||
# Student-Management-System | ||
A system to allow teachers to easily take attendance, check assignment submissions, marks, as well as view a bunch of other stats. | ||
<h1>Student-Management-System</h1> | ||
|
||
<h2>Introduction</h2> | ||
This is a system to allow teachers to easily take attendance, check assignment submissions, marks, as well as view a bunch of other stats. | ||
|
||
<h2>Plan</h2> | ||
<ol> | ||
<li>Add a login page that links to a database and verifies the login</li> | ||
<li>Add a registration page to register users.</li> | ||
<li>Add a forgot password page incase the user forgets the password</li> | ||
<li>Add a homepage that contains 6 buttons corrosponding to various categories of details to display</li> | ||
<li>Add stats and graphs to mimic a dashboard and a recent activities table</li> | ||
<li>Style it to look modern and responsive</li> | ||
</ol> |