The Enhanced Blog Platform is a fully functional web application that allows users to create, edit, and share blog posts using a rich text editor. The platform features a modern user interface and allows users to upload images to accompany their posts.
- Rich Text Editor: Utilizes Quill.js for a sophisticated text editing experience, allowing users to format their posts easily.
- Image Upload: Users can upload images to their blog posts with a live preview.
- Post Management: Users can create new posts, view all posts, and edit existing posts.
- Social Media Sharing: Each post can be shared via a unique link.
- Responsive Design: Built using HTML, CSS, and JavaScript with a responsive layout for various devices.
- HTML: For the structure of the web application.
- CSS: For styling the components and layout.
- JavaScript: For dynamic functionality, including post management and interaction with the Quill editor.
- Quill.js: A modern WYSIWYG editor for rich text editing.
To get a local copy up and running, follow these simple steps:
- Clone the repository:
git clone https://github.com/shaileshtripathi93/enhanced-blog-platform.git cd enhanced-blog-platform