-
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
1 parent
02a6417
commit 79f400f
Showing
1 changed file
with
13 additions
and
0 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,3 +1,16 @@ | ||
# Mentee Manager | ||
|
||
## About | ||
A webpage where we can manage all our mentees, give them ratings, and write comments about their progress. | ||
|
||
## Features | ||
* Each mentee will have their own box dedicated for them where the mentor can add a rating and add comments in a text field. | ||
* Mentors can edit and delete mentee profiles. | ||
* Based on the ratings provided by the mentor, the background color of the box varies from red to green. | ||
* A sort button to sort mentees based on their rating. | ||
* Implemented saving to local storage, so that the information remains even when the page is refreshed. | ||
* Mentee boxes will be in a compact form at first, displaying only the name and rating. When clicked, the mentee box will expand revealing all details. When another mentee box is clicked the first one collapses and the new one expands. | ||
* Responsive to screen size (mobile-compatible) | ||
|
||
## Built With | ||
* [Vanilla JS](http://vanilla-js.com/) |