-
Notifications
You must be signed in to change notification settings - Fork 11
Create User Profile Page (Frontend UI + Integration) #129
Copy link
Copy link
Open
OpenCodeChicago/hacktoberfest-2025-frontend
#230Labels
advancedComplex/advanced tasks or featuresComplex/advanced tasks or featuresaxiosPromise-based HTTP clientPromise-based HTTP clientenhancementNew feature or requestNew feature or requestfrontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)hacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025reactReact components & UI logicReact components & UI logictailwindTailwind CSS & stylingTailwind CSS & styling
Milestone
Metadata
Metadata
Assignees
Labels
advancedComplex/advanced tasks or featuresComplex/advanced tasks or featuresaxiosPromise-based HTTP clientPromise-based HTTP clientenhancementNew feature or requestNew feature or requestfrontendTasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)Tasks related to the frontend (React, Vite, TailwindCSS, UI components, pages)hacktoberfestSpecial issue for HacktoberfestSpecial issue for Hacktoberfesthacktoberfest-2025Special issue for Hacktoberfest 2025Special issue for Hacktoberfest 2025reactReact components & UI logicReact components & UI logictailwindTailwind CSS & stylingTailwind CSS & styling
Type
Projects
Status
Todo
Description
Design and implement the User Profile Page for authenticated users.
After successful login or registration, users should be able to view their profile information such as name, email, and optionally order history or cart summary.
UI / Design
Functionality
/api/users.Security
Authorizationheader.Example Endpoints
GET /api/users→ Returns authenticated user info (from token).Assets
Acceptance Criteria