issues
search
sarthakm21
/
WorkTrack
A nodejs, express and mongodb based productivity tracker application.
https://work-track.herokuapp.com/
6
stars
19
forks
source link
Add the User Profile Feature
#26
Closed
Elemento24
closed
4 years ago
Elemento24
commented
4 years ago
Resolves #17 In this branch, I have done the following changes:
Added the feature for a user to visit and see his Profile.
Made the userProfile.ejs file and render all the data about the user, including his works.
Added a route for the user to visit his profile.
Changed the navbar link for the user to visit his profile.
Used the font awesome, in order to render the icons for the Social Links
Changed the register.ejs and, it's styling and register controller function accordingly.
Changed the User Model to accommodate all the Information about the User
Resolves #17 In this branch, I have done the following changes: