A modern blog application built with Vite + React, powered by Appwrite for backend services and TinyMCE as the rich text editor. Easily create, edit, and manage your blogs with full authentication, image uploads, and clean UI.
- π User Authentication (Sign Up / Login / Logout)
- βοΈ Rich Text Editor with TinyMCE
- π Appwrite storage for image uploads
- π Create, Read, Update, Delete (CRUD) blogs
- π Slug-based blog URLs
- π» Responsive design
- β‘ Fast bundling with Vite
- Frontend: React, Vite, TinyMCE
- Backend: Appwrite (Database, Auth, Storage)
- Deployment: Vercel
# Clone the repo
git clone https://github.com/srishtinsaan/Blog-application
# Install dependencies
npm install
# Start the development server
npm run dev