This is the frontend application for Blog API (backend repo). The project focuses on separating backend and frontend into different codebases and practicing communication between a backend API and a frontend application.
For the full assignment details, see: The Odin Project - Blog API.
Frontend flow:
- A separate frontend fetches and displays data from the API
Web application stack components:
- Any framework is acceptable
Main Features:
-
Public pages
- Published posts list
- Post details and comments
-
Author pages
- All posts with draft/published labels
- Buttons to publish and unpublish posts
- Form to write a new article
- Comment manager to delete or edit comments
- HTML
- CSS
- Javascript
- Vite
