Add Blog (with backend API), Terms & Conditions, and surface About/Privacy pages in nav#14
Draft
Copilot wants to merge 2 commits into
Draft
Add Blog (with backend API), Terms & Conditions, and surface About/Privacy pages in nav#14Copilot wants to merge 2 commits into
Copilot wants to merge 2 commits into
Conversation
…ation Agent-Logs-Url: https://github.com/solve-ease/architect_portfolio/sessions/d00d79b6-655b-49dd-891c-cd30ee8b12a0 Co-authored-by: Anmolgoel29 <88969348+Anmolgoel29@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add blog, about, terms, and privacy policy pages
Add Blog (with backend API), Terms & Conditions, and surface About/Privacy pages in nav
Apr 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Four pages requested: Blog (backend-integrated), About, Terms & Conditions, and Privacy Policy. About and Privacy Policy already existed; this PR adds Blog and Terms & Conditions, and wires all four into navigation and footer.
Backend —
backend/GET /api/posts— list posts, supports?category=and?limit=GET /api/posts/:slug— full post contentGET /api/categories— distinct category listbackend/data/blogPosts.json(6 architectural articles)DockerfileFrontend pages
/blog— fetches posts from API; category filter bar, featured first-post layout, 3-column grid, loading/error/empty states with retry/blog/:slug— individual post: full-width hero, category pill, author + date + read-time meta, paragraphed body/terms— 12-section Terms & Conditions, styled to match existing/privacy-infoInfrastructure
docker-compose.ymladdsblog-apiservicenginx.confproxies/api/→blog-api:3001vite.config.jsproxies/api/→localhost:3001in deveslint.config.jsexcludesbackend/**(Node.js CJS, not browser globals)Navigation
App.jsxshowFooterexclusion extended to/termsand/blog*(these pages own their own<Footer>)Screenshots
Blog listing (

/blog):Individual post (

/blog/:slug):Terms & Conditions (

/terms):Original prompt
Created from VS Code.