KamandPrompt/CodeManiacs

Create a User Dashboard.

Closed this issue · 5 comments

Create a user profile page layout. It should at least contain the following fields to show the user information: Name, Username, Email, Total soln submitted, Total AC, Total WA, Total TLE, a link to MySubmission page: http://localhost:3000/user/submissions (#41 ).
route: http://localhost:3000/user/profile
ejs file: ./views/profile.ejs

You can look at https://www.codechef.com/users/vishal_nnd0 for reference. Feel free to show your creativity 😃

I want to work on this issue

This issue has a dependency which is #2 , you need to complete that one first in order to work on this one, also the issues with good first issue label are preffered for beginners.

@rapperdinesh Any progress on this issue?

not till now...completing the ranklist issue first

Basic layout completed:
cm_profile