Blog-Byte is a blog hosting platform that allows users to create, manage, and publish their blog posts. It offers a clean, intuitive interface with features like user authentication, post management, and a commenting system.
- User authentication (login and registration)
- Create, edit, and manage blog posts
- Commenting system for reader interaction
- Fully responsive design for all devices
- Search functionality for blog posts
- Customizable themes for users
- Backend: Node.js, Express, MongoDB
- Frontend: React.js, Tailwind CSS
- Authentication: JWT (JSON Web Tokens)
- Database: MongoDB
Clone the repository and install dependencies:
git clone https://github.com/yourusername/blog-byte.git
cd blog-byte
npm install
Run the project:
Backend: npm run server
Frontend: npm run client
Visit the platform on http://localhost:3000.