BlogEditor/frontend
true1ck b37f444df6 workign need ux improvements 2026-02-08 15:13:39 +05:30
..
src workign need ux improvements 2026-02-08 15:13:39 +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 Initial commit: Blog Editor application 2026-02-08 03:59:53 +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