A modern blogging platform that allows users to create, share and discover blog content.
-
User Authentication
- Login system with email and password
- Secure session management
-
Blog Management
- Create and publish blog posts
- Rich text editing
- Image upload support
- Post preview functionality
-
Categories
- Organized content with categories
- Filter posts by category
- Search functionality
- Categories include:
- General (Technology, Lifestyle, Travel, etc.)
- Technical (Web Development, Blockchain, Programming, etc.)
- Interactive (How-To Guides, Case Studies, etc.)
-
Content Discovery
- Featured blog posts section
- Latest posts feed
- Share posts functionality
- Responsive blog cards layout
- HTML5
- CSS3
- JavaScript
- Local Storage for data persistence
- Font Awesome for icons
- Responsive design
│── public/
│ ├── assets/
│ ├── css/
│ │ ├── blog-admin.css
│ │ ├── blog-content.css
│ │ ├── categories.css
│ │ ├── home.css
│ ├── js/
│ │ ├── blog-admin.js
│ │ ├── blog-content.js
│ │ ├── categories.js
│ │ ├── home.js
│ ├── index.html
│ ├── blog-admin.html
│ ├── blog-content.html
│ ├── categories.html
│── README.md