This project is a blogging platform built using React for the frontend and a SQL database for the backend. The application allows users to create, edit, and delete blog posts, as well as view and comment on posts by other users. It features a clean and intuitive user interface, with seamless navigation and real-time updates. The backend utilizes SQL for efficient data management and storage.
- Create, edit, and delete blog posts
- Comment on posts
- User authentication and authorization
- Responsive design for mobile and desktop
- Real-time updates with React hooks and state management
- Frontend: React
- Backend: Node.js, Express.js, MYSQL
- State Management: React Hooks, Context API
- Authentication: JWT (JSON Web Tokens)