{"id":25406511,"url":"https://github.com/apollo-level2-web-dev/l2b4-frontend-track-assignment-5","last_synced_at":"2026-01-22T18:43:38.232Z","repository":{"id":276468301,"uuid":"929052421","full_name":"Apollo-Level2-Web-Dev/L2B4-Frontend-Track-Assignment-5","owner":"Apollo-Level2-Web-Dev","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-08T17:13:21.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-04-12T23:28:45.740Z","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}},"created_at":"2025-02-07T18:08:39.000Z","updated_at":"2025-02-14T10:36:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"4a00ebee-cd04-43eb-bf1e-714cc2eb85d7","html_url":"https://github.com/Apollo-Level2-Web-Dev/L2B4-Frontend-Track-Assignment-5","commit_stats":null,"previous_names":["apollo-level2-web-dev/l2b4-frontend-track-assignment-5"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Apollo-Level2-Web-Dev/L2B4-Frontend-Track-Assignment-5","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FL2B4-Frontend-Track-Assignment-5","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FL2B4-Frontend-Track-Assignment-5/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FL2B4-Frontend-Track-Assignment-5/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FL2B4-Frontend-Track-Assignment-5/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/L2B4-Frontend-Track-Assignment-5/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Apollo-Level2-Web-Dev%2FL2B4-Frontend-Track-Assignment-5/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28668276,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T17:07:18.858Z","status":"ssl_error","status_checked_at":"2026-01-22T17:05:02.040Z","response_time":144,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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-02-16T05:32:52.221Z","updated_at":"2026-01-22T18:43:38.206Z","avatar_url":"https://github.com/Apollo-Level2-Web-Dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Assignment 5 - Personal Portfolio \u0026 Blog Website \n\n## 🎯 Objective\nBuild a personal portfolio and blog website using Next.js. This project will help you learn dynamic routing, API integration, authentication, state management, and deployment in a fun and practical way.\n\n---\n\n## 🔹 Features Breakdown\n\n### 1️⃣ Public Pages (Accessible to All Users)\n\n#### ✅ Home Page (/)\n- Display your portfolio introduction (name, bio, and profile picture).\n- Showcase your skills using icons or a skill bar.\n- Highlight featured projects (static or fetched from an API).\n- resume download button\n\n#### ✅ Projects Page (/projects)\n- List of projects with images, descriptions, and links.\n- Clicking on a project opens a detailed page (/projects/[id]).\n\n#### ✅ Blog Page (/blog)\n- Display a list of blogs (fetched from an API or JSON file).\n- Clicking on a blog opens a detailed blog page (/blog/[id]).\n\n#### ✅ Contact Page (/contact)\n- Simple contact form (name, email, message).\n- Save messages in local storage or a database.\n\n---\n\n### 2️⃣ Dashboard (Only for Logged-in Users)💡\n\n#### ✅ Login (/dashboard)\n- Social login using Next Auth.\n- Only authenticated users can access the dashboard. \n\n#### ✅ Blog Management (/dashboard/blogs)\n- Create, read, edit, or delete blog posts.\n- Form with related fields like title, content, image, and category.\n\n#### ✅ Project Management (/dashboard/projects)\n- CRUD operations (Create, Read, Update, Delete) for projects.\n- Upload project image, title, live link, descriptions, etc.\n\n#### ✅ Message Management (/dashboard/messages)\n- View messages submitted from the contact form.\n\n---\n\n## 🔹 Technical Requirements\n\n### ✅ Frontend\n- Next.js with TypeScript.\n- Use Tailwind CSS for styling or any kind of UI library or framework.\n- Implement dynamic routes (/projects/[id], /blog/[id]).\n\n### ✅ Backend💡\n- Create a simple backend using Node/Express to manage Blog, Project, and other essential data.  \n- Backend API can be accessible publicly.\n\n### ✅ Database\n- MongoDB.\n\n### ✅ Authentication💡\n- Social login using Next Auth.\n\n### ✅ Deployment\n- Deploy the website on Vercel.\n- Store projects and blogs in MongoDB\n\n---\n\n## 🎁 Bonus Features\n- Use Next.js API routes (/api/...). (optional) 💡\n- Add a dark mode toggle.\n- Use Markdown for blog content. (optional)💡\n- Implement server-side rendering (SSR) for better SEO.\n- Use SSR, SSG, and metadata based on the use case.\n- Add animations using Framer Motion or any other animation library.\n\n---\n\n## 📜 Submission Requirements\n- ✅ GitHub Repository with a well-documented README.md.\n- ✅ Live Deployment Link (Vercel).\n- ✅ Demo Video (3-5 minutes) explaining the features.\n\n\n## Deadline:\n- 60 marks: February 11, 2025 11.59 PM\n- 50 marks: February 12, 2025 11.59 PM\n- 30 marks: After February 12\n\n# Important Note:\nPlagiarism will not be tolerated. Ensure that the code you submit is your own work. Any instances of plagiarism will result in 0 Marks.\n#### Good luck with your assignment! If you have any questions, feel free to reach out for clarification.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fl2b4-frontend-track-assignment-5","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapollo-level2-web-dev%2Fl2b4-frontend-track-assignment-5","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapollo-level2-web-dev%2Fl2b4-frontend-track-assignment-5/lists"}