Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #217 : Added a Profile Page #286

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

AkshitGarg24
Copy link
Contributor

Fixes #217

The profile page has been added the website. As there is no option available to the website to check profile, I have made a the web page on "/profile". A video has been attached for the reference.

Profile.mp4

A few points to note -

  • I tried making the profile page similar to GitHub profile page.
  • For the ABOUT section, I initially attempted to implement it as a markdown (.md) file where users could input their details, which would then reflect in the ABOUT section. However, I was unable to do this because our project uses React 17, and rendering .md files requires React 18. For now, I have provided a template for the ABOUT section. We can replace the placeholders with user-provided information manually.
  • In the PROJECTS section, I used the projects listed on the main website's "/projects" page.
  • I added the CART and WALLET sections but did not implement their functionality as I was unsure of the requirements. I created these sections because they are present on the main website. Once their functionality is implemented on the main website, I will implement it here as well.
  • I made no changes to the package.json, package-lock.json, and yarn.lock files. The code in these files is directly copied from the main project.

Kindly label my PR and assign me this PR before merging this PR.

Thank You!

Copy link

vercel bot commented Jun 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
uni-collab ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 12, 2024 10:51am

Copy link

Thank you for submitting your pull request! 🙌 We'll review it as soon as possible. In the meantime, please ensure that your changes align with our CONTRIBUTE.md. If there are any specific instructions or feedback regarding your PR, we'll provide them here. Thanks again for your contribution! 😊

@SUGAM-ARORA
Copy link
Owner

@AkshitGarg24 Great work. Actually profile page is off for sometime (till login page is fully integrated). But work done by you is way beyond expected lines. Just one thing - Update the branch

@AkshitGarg24
Copy link
Contributor Author

Done @SUGAM-ARORA. Your support and appreciation mean a lot. Thank you so much!

Copy link
Owner

@SUGAM-ARORA SUGAM-ARORA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved

@SUGAM-ARORA SUGAM-ARORA merged commit bab17cd into SUGAM-ARORA:main Jun 13, 2024
3 checks passed
@AkshitGarg24 AkshitGarg24 deleted the 217/Profile-Page branch June 29, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gssoc GSSOC 2024 level3 45 points
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Adding of "Profile" Page
2 participants