General Information
Technology
Setup
Functionalities
This application displays various student profiles. You can expand the profile of a student through + icon to see indetail scores and to give tags to the student. There is a functionality of filtering the results based on names and tags.
React
Install nodejs on Ubuntu if not installed
$sudo apt-install nodejs
$sudo apt-install npm
Run the application
$cd .../student-profile
$npm start
Above command runs the application To view it in browser open LocalHost
You can expand the profile of student to view indepth scores of the student.
Can give student a student non-repeated tags.
Can search the students simultaneously by both names and tags.