Skip to content

This is the front-end for my Blog-API project written in React using WebTUI for nerdy terminal-ish look

Notifications You must be signed in to change notification settings

Infamous003/blog-api-frontend

Repository files navigation

Blog Frontend – React + Vite

This is the frontend for my Blog API project, built with JavaScript and ReactJS.
I've used WebTUI to give it a terminal-ish look.

Live Demo

Try it out:
https://majestic-croquembouche-a1c89c.netlify.app/

You can log in with the following test credentials:

  • Username: testuser
  • Password: password123

Or feel free to register and create your own account.

About the Project

This blog app allows users to:

  • Write and publish blog posts using Markdown
  • Edit or delete their own posts
  • Sign up, log in, and stay authenticated using JWT tokens

The frontend is communicating with a blog API hosted separately. If you would like to interact with the API directly visit: https://blog-api-1i1j.onrender.com/docs

Tech Stack

  • React
  • Vite
  • WebTUI for UI styling
  • RESTful API (built with FastAPI, hosted separately)

Getting Started

If you want to run it locally:

git clone https://github.com/yourusername/blog-frontend.git
cd blog-frontend
npm install
npm run dev

About

This is the front-end for my Blog-API project written in React using WebTUI for nerdy terminal-ish look

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published