BlueVerse is a modern, blue & black-themed blogging platform with a sleek UI, built with PHP, MySQL, HTML, CSS, and JavaScript. It provides users with an immersive experience to write, share, and interact with blog posts.
✅ User Authentication – Secure Login & Registration
✅ Profile Customization – Update name, username, bio, and profile picture
✅ Dark Mode Toggle – Switch between light and dark themes
✅ Post Reactions – Like and bookmark posts
✅ Comment System – Engage in discussions
✅ Search Functionality – Find blogs easily
✅ Responsive UI – Optimized for all devices
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- XAMPP: Local development
1️⃣ Clone the repository
git clone https://github.com/your-username/BlueVerse.git
2️⃣ Move to the project directory
sh
Copy
Edit
cd BlueVerse
3️⃣ Move the project to the XAMPP htdocs folder
sh
Copy
Edit
mv BlueVerse /path-to-xampp/htdocs/
4️⃣ Start Apache and MySQL in XAMPP
5️⃣ Import the database
Open phpMyAdmin in your browser (http://localhost/phpmyadmin/).
Create a new database named blueverse.
Import the blueverse.sql file from the project.
6️⃣ Run the project
Open your browser and go to:
arduino
Copy
Edit
http://localhost/BlueVerse/
📜 License
This project is open-source and free to use under the MIT License.