A web-based application for managing an online bookstore β built as a full-stack project to handle books, customers, and orders.
This project was originally developed in 2016 using HTML, PHP, CSS, JavaScript, and MySQL and later uploaded to GitHub in 2025 for portfolio purposes.
It demonstrates my early experience in web development and database-driven applications.
- π Add, update, and delete books from the catalog
- π Shopping cart and order management
- π Search and filter books by title, author, or category
- Frontend: HTML, CSS, JavaScript
- Backend: PHP
- Database: MySQL
- Server: Apache (XAMPP/LAMP/WAMP)
- Clone the repository
- Import the SQL file into MySQL
- Run the project on XAMPP/LAMP/WAMP server
- Access:
- Customer via
http://localhost/BookRush/Customer/BR - Admin via
http://localhost/BookRush/Admin/admin
- This project was created in 2016, so some coding practices may be outdated.
- Uploaded in 2025 to showcase my early web development skills.
- A future improvement would be to rebuild it using modern frameworks (e.g., Flask + React).