BlogEditor/frontend
chandresh d6fa1611d8 Blog editor ui done 2026-02-11 22:29:26 +05:30
..
src Blog editor ui done 2026-02-11 22:29:26 +05:30
.gitignore Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
README.md Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
env.example Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
index.html Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
package.json Decent functionality 2026-02-10 01:46:31 +05:30
postcss.config.js Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
tailwind.config.js Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30
vite.config.js Initial commit: Blog Editor application 2026-02-08 03:59:53 +05:30

README.md

Blog Editor Frontend

React + Vite frontend for the blog editor application.

Setup

  1. Install dependencies:
npm install
  1. Create .env file:
VITE_API_URL=http://localhost:5000
  1. Start development server:
npm run dev

Build

npm run build

Features

  • TipTap rich text editor
  • Auto-save functionality
  • Image upload to S3
  • JWT authentication
  • Responsive design