A sleek, mobile-friendly blog platform built with PHP, MySQL, HTML, CSS, and JavaScript.
Welcome to Responsive Blog App – a modern, mobile-friendly blogging platform built with PHP, MySQL, HTML, CSS, and JavaScript.
Easily manage posts, categories, and users with a beautiful admin dashboard.
Perfect for personal blogs or multi-user publishing!
Responsive Blog App is a feature-rich blogging system that supports:
- ✍️ User authentication (Sign Up & Sign In)
- 📰 Post creation, editing, and deletion
- 🗂️ Category management
- 👤 Admin dashboard for user and content management
- 📱 Fully responsive design for all devices
- Clone the repository:
git clone https://github.com/shubhamnevgi/Responsive_Blog_App.git
- Set up the database:
- Import the SQL file:
Frontend & Database/blog.sqlinto your MySQL server.
- Import the SQL file:
- Configure the project:
- Update your database credentials in the
config/directory.
- Update your database credentials in the
- Start your local server:
- Place the project folder in your web server's root directory (e.g.,
htdocsfor XAMPP). - Start Apache and MySQL.
- Visit: http://localhost/Responsive_Blog_App/
- Place the project folder in your web server's root directory (e.g.,
A file named Frontend & Database/Credentials is included, containing Admin and User credentials (Username and Password) for quick access and testing.
- Browse posts by category or search.
- Register or sign in to create, edit, or delete your posts.
- Admins can manage categories, users, and posts from the dashboard.
- Use the navigation bar to explore all features.
- Fork the repository and create a new branch for your feature or bugfix.
- Follow consistent code style and add comments where necessary.
- Submit a pull request with a clear description of your changes.
- Ensure your code does not break existing functionality and passes any available tests.