Skip to content

Commit

Permalink
Update README.me
Browse files Browse the repository at this point in the history
  • Loading branch information
BharathKumarRavichandran committed May 16, 2018
1 parent 02a6417 commit 79f400f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
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/)

0 comments on commit 79f400f

Please sign in to comment.