urban-portfolio

byZeeshan

Create this portfolio

No preview

Comments (0)

No comments yet. Be the first!

Project Tasks14

#1

Setup Theme and Structure

To Do

Remove unneeded scaffold pages (login, signup, welcome, dashboard/overview, dashboard/ai-assistant, dashboard/settings) and apply the Urban-Portfolio dark theme. Set up global CSS variables for the color palette: Background #1E1E2F, Surface #2C2C3A, Text #FFFFFF, Accent #A259FF, Muted #6C6C80. Establish the base layout structure with sections for Home, About, Projects, and Contacts.

📷4 images
AI 85%
Human 15%
High Priority
1 day
Frontend Developer
#2

Apply Color and Typography

To Do

Ensure full color and typography alignment across all components. Apply bold typography styles, consistent use of accent color #A259FF for highlights, muted color #6C6C80 for secondary text, and surface color #2C2C3A for cards and containers. Set up global font families and sizes to match the reference design mockups.

📷4 images
Depends on:#1
Waiting for dependencies
AI 80%
Human 20%
High Priority
1 day
UI/UX Designer
#3

Build Home Page

To Do

Implement the Home page based on the v1 design mockup. Include a fixed navigation bar with smooth scrolling and hover effects, the designer's introduction with a typewriter animation effect, subtle geometric background patterns that fade in/out on scroll, and a dynamic grid layout hero section. Ensure the section is fully responsive for desktop and mobile.

📷1 image
Depends on:#2
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
Frontend Developer
#4

Build About Me Page

To Do

Implement the About Me page based on the v1 design mockup. Display the designer's background, skills list with visual indicators, and fun facts section. Ensure the layout is clean and consistent with the dark theme. Wire up data from the backend skills API endpoint once available.

📷1 image
Depends on:#2
Waiting for dependencies
AI 88%
Human 12%
High Priority
1.5 days
Frontend Developer
#5

Build Projects Page

To Do

Implement the Projects page based on the v1 design mockup. Display animated project cards that expand slightly on hover with a glowing accent border (#A259FF). Each card should show the project title, description, tech stack, and links to live demo or repository. Fetch project data from the backend projects API once available.

📷1 image
Depends on:#2
Waiting for dependencies
AI 90%
Human 10%
High Priority
2 days
Frontend Developer
#6

Build Contacts Page

To Do

Implement the Contacts page based on the v1 design mockup. Include a contact form with fields for name, email, and message, social media links, and submission feedback. Integrate with the backend contact form submission API. Ensure form validation and success/error states are handled gracefully.

📷1 image
Depends on:#2
Waiting for dependencies
AI 88%
Human 12%
High Priority
1.5 days
Frontend Developer
#7

Build Projects CRUD API

To Do

Implement FastAPI backend endpoints for projects management: GET /projects (list all), GET /projects/{id} (single project), POST /projects (create), PUT /projects/{id} (update), DELETE /projects/{id} (delete). Each project should have fields: id, title, description, tech_stack, live_url, repo_url, thumbnail_url, is_featured, created_at. Store data in MySQL.

Depends on:#3
Waiting for dependencies
AI 85%
Human 15%
High Priority
2 days
Backend Developer
#8

Build Skills and About API

To Do

Implement FastAPI backend endpoints for About Me data: GET /about (fetch designer bio, fun facts), GET /skills (list all skills), PUT /about (update bio - admin), POST /skills (add skill - admin), DELETE /skills/{id} (remove skill - admin). Skills should have fields: id, name, category, proficiency_level. Store in MySQL.

Depends on:#4
Waiting for dependencies
AI 83%
Human 17%
Medium Priority
1.5 days
Backend Developer
#9

Build Contact Form API

To Do

Implement FastAPI backend endpoint for contact form submissions: POST /contact (accept name, email, message and store in MySQL). Include input validation, rate limiting to prevent spam, and an optional email notification trigger to the portfolio owner upon new submission. Return appropriate success/error responses.

Depends on:#6
Waiting for dependencies
AI 82%
Human 18%
Medium Priority
1 day
Backend Developer
#10

Integrate Projects Frontend API

To Do

Connect the Projects page frontend to the backend projects CRUD API. Implement data fetching with loading and error states, display projects dynamically from the API response, and ensure the admin flow for adding and editing projects is wired up. Use React state management or a data-fetching library for API calls.

Depends on:#5#7
Waiting for dependencies
AI 80%
Human 20%
High Priority
1 day
Frontend Developer
#11

Integrate About Frontend API

To Do

Connect the About Me page frontend to the backend skills and about API. Fetch and render bio, skills, and fun facts dynamically. Handle loading and error states gracefully. Ensure the admin can update skills and bio through the integrated interface.

Depends on:#4#8
Waiting for dependencies
AI 80%
Human 20%
Medium Priority
1 day
Frontend Developer
#12

Integrate Contacts Frontend API

To Do

Connect the Contacts page frontend form to the backend contact submission API. Handle form submission, display success confirmation or error messages based on API response, clear form on success, and ensure proper client-side validation before submission.

Depends on:#9#6
Waiting for dependencies
AI 78%
Human 22%
Medium Priority
0.5 days
Frontend Developer
#14

Secure Admin API Endpoints

To Do

Ensure all admin-facing backend API endpoints (project CRUD mutations, about/skills updates) are protected against unauthorized access. Implement API key or token-based authorization middleware in FastAPI for POST, PUT, and DELETE routes. Validate and sanitize all incoming request payloads to prevent injection attacks.

Depends on:#9#8#7
Waiting for dependencies
AI 75%
Human 25%
Medium Priority
1 day
Backend Developer
#13

Optimize Performance and Responsiveness

To Do

Audit and optimize the full portfolio for performance. Ensure the website loads within 2 seconds on standard broadband. Implement lazy loading for images, optimize bundle size, and verify full responsiveness across desktop, tablet, and mobile breakpoints. Test on all modern browsers (Chrome, Firefox, Safari, Edge) and fix any compatibility issues.

Depends on:#11#10#12
Waiting for dependencies
AI 70%
Human 30%
Medium Priority
1.5 days
Frontend Developer

No completed page designs yet.

Completed design pages will appear here when they are ready to preview.

Home: View Portfolio
Home: Navigate Sections
Projects: Add Project
Projects: Edit Details
About: Update Skills
Contacts: Update Info