{"id":32420578,"url":"https://github.com/apollo-level2-web-dev/b5a7","last_synced_at":"2025-10-25T17:55:09.874Z","repository":{"id":316955462,"uuid":"1062749945","full_name":"Apollo-Level2-Web-Dev/B5A7","owner":"Apollo-Level2-Web-Dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-09-27T19:28:01.000Z","size":4,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-27T21:16:48.863Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Apollo-Level2-Web-Dev.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-23T17:13:33.000Z","updated_at":"2025-09-27T21:07:14.000Z","dependencies_parsed_at":"2025-09-27T21:16:52.734Z","dependency_job_id":"143c37e4-2bc5-461c-826f-dfbba4149dc9","html_url":"https://github.com/Apollo-Level2-Web-Dev/B5A7","commit_stats":null,"previous_names":["apollo-level2-web-dev/b5a7"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/Apollo-Level2-Web-Dev/B5A7","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FB5A7","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FB5A7/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FB5A7/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FB5A7/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Apollo-Level2-Web-Dev","download_url":"https://codeload.github.com/Apollo-Level2-Web-Dev/B5A7/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FB5A7/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280995979,"owners_count":26426667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-25T02:00:06.499Z","response_time":81,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-25T17:55:08.366Z","updated_at":"2025-10-25T17:55:09.866Z","avatar_url":"https://github.com/Apollo-Level2-Web-Dev.png","language":null,"readme":"# B5A7 - Portfolio\n\n---\n\n## 🌐 My Portfolio Website – Requirements (NextJS + Prisma + ExpressJS)\n\n### Project Overview\n\nDesign and build a **personal portfolio website** with the following core features, ensuring good practices are implemented for better discoverability:\n\n- **Authentication \u0026 Authorization**: Secure login system allowing the portfolio owner to access a private dashboard to manage blogs, projects, and other content.\n- **Dashboard**: A centralized dashboard to manage blog posts and view dynamic project content.\n- **Blog Management**: Create a dynamic blog management system that allows owner to create, read, update, and delete blogs (Owner Only).\n- **About Me Section**: Display personal information, work experience, and skills (Public).\n- **Projects Showcase**: Include a section for personal projects (Public).\n- Responsive UI and polished UX.\n\n---\n\n## Tech Stack\n\n- **Frontend Framework**: NextJS\n- **Language**: TypeScript\n- **Styling**: Tailwind CSS (with responsive utility classes) or other CSS frameworks\n- **Backend**: Node.js/Express, Postgres + Prisma or MongoDB + Mongoose, JWT + bcrypt (Secure Authentication)\n- **For notifications**: react-hot-toast\n\n---\n\n## 📌 Minimum Requirements\n\n### Public Pages (Accessible to All Visitors – No Login Required)\n\n- **Blog Management**\n  - Public users should be able to view all blogs page and individual blog pages.\n  - Use **ISR** for the \"All Blogs\" page to fetch new content without rebuilding the entire site.\n  - Use ISR with `getStaticPaths` + `revalidate` for individual blog pages to generate content dynamically for each user request.\n- **About Me Section**\n  - This section should include static personal details (name, contact info, bio, etc.).\n  - Fetch static content using **SSG** for fast performance.\n- **Project Showcase**\n  - A section dedicated to personal projects with **thumbnail**, **project link**, **live site**, **description, and features**.\n  - Use **ISR** to allow dynamic updates or fetching of project data.\n\n### Private Pages (Only for Portfolio Owner)\n\n- **Authorization \u0026 Authentication**\n  - Use **JWT-based authentication**.\n  - **Owner Access:** Only the owner must log in to access private features.\n  - **Backend Setup:** Seed an admin user during backend implementation to enable owner login.\n  - Passwords securely hashed with bcrypt.\n- **Dashboard**\n  - A dynamic **owner-only dashboard** where the owner can access a private dashboard to manage blogs, projects, and other content.\n\n---\n\n## Bonus (Optional)\n\nThis section is not required to meet the main requirements, but completing it can help you earn full marks.\n\n- **Rich Text Editor**\n  - Use a **rich text editor** to create, edit, and format blog/project content.\n  - Include options like bold, italic, links, images, etc.\n  - **Example Package:** React Quill\n\n---\n\n## ❄️ General UI/UX Enhancements\n\n- Interactive UI: carousels, cards, skeletons and smooth transitions.\n- Lazy-loading for heavy assets, no broken links or non-functional buttons.\n- Accessibility-compliant components and semantic HTML.\n- **Strict Error Handling (⚠️ Mandatory for Full Marks)**\n  - Proper form validation with clear error messages (e.g., required fields, invalid email, password mismatch).\n  - User-friendly messages for API/network errors and unauthorized actions.\n  - Success/error feedback via toast/alerts (e.g., `react-hot-toast`).\n\n⚠️ **Important:** If you fail to handle form validation errors or API errors properly, **your marks will be significantly reduced.**\n\n---\n\n## Submission Guidelines\n\n### 1. Codebase\n\n- Clean, modular code following best practices.\n- Include a comprehensive `README.md` with:\n  - Live deployment link\n  - Project overview \u0026 features\n  - Technology stack\n  - Setup instructions\n  - Any other relevant notes\n\n### 2. GitHub Repository\n\n- Separate repositories/mono for **Frontend** and **Backend**.\n- Minimum **10 meaningful commits** per repo showing development progress.\n\n### 3. Live Deployment\n\n- Provide live URLs for both frontend and backend.\n\n### 4. Demo Video\n\n- 10-15 minute walkthrough of the project.\n\n### 5. Credentials\n\n- Provide admin login details (email \u0026 password) for testing.\n\n\u003e **Note:** Missing any of the above (links, credentials, or demo video) will result in **0 marks**.\n\n---\n\n## 📅 Deadline \u0026 Marking Scheme\n\n| **Submission Date**                          | **Marks Available** |\n| -------------------------------------------- | ------------------- |\n| On or before **October 05, 2025 – 11:59 PM** | 🟢 Full 60 Marks    |\n| After **October 05, 2025**                   | 🔴 30 Marks Max     |\n\n---\n\n## 🚫 Academic Integrity\n\nPlagiarism of any kind will result in **0 marks**.\n\nMake sure your submission reflects **your own original work**.\n\nYou may use online references, but you must write your own code.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fb5a7","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapollo-level2-web-dev%2Fb5a7","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fb5a7/lists"}