You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
📝 React Rich Text Page Builder & HTML Renderer
This project consists of two independent but connected React applications:
1️⃣ Admin Panel (Page Builder) — React + Quill.js + json-server
A React-based CRUD interface that allows users to create, read, update, and delete web pages using a rich text editor.
Features:
🧾 Each page includes:
Title – Used in the tag of the HTML
Slug – Defines the page’s URL path (e.g., /about, /)
Meta Keywords – For SEO, inserted into <meta name="keywords" />
Content – HTML content created via a rich text editor (e.g., Quill.js)
📦 Data is stored locally using json-server
🔄 API communication handled by Axios
🧠 Zustand is used for state management
🎨 UI built with TailwindCSS
�
�