BooksBank
Online Islamic bookstore offering a wide range of books at affordable prices.
professionalFeatured
Overview
BooksBank is an e-commerce platform for Islamic books in Pakistan, featuring new releases, bestsellers, academic books, and novels. Built with a Laravel backend and a modern Next.js frontend for improved performance and SEO.
Tech Stack
LaravelPHPMySQLNext.jsTailwind CSS
Challenges & Solutions
Challenge
The original React-based storefront had SEO limitations, affecting organic product discovery.
Solution
Planned and executed a migration path from React to Next.js to leverage server-side rendering and improve search visibility.
Challenge
Cart state management had inconsistencies between item counts and displayed totals.
Solution
Debugged and refactored the Redux cart slice, aligning selectors with actual cart state to eliminate count mismatches.