Frontend application for an online bookstore, built with React.
Bookstore FE provides a clean and responsive shopping interface where users can browse books, view details, and interact with core storefront features.
- Browse book listings
- View book details
- Responsive UI (desktop & mobile)
- Modular React component structure
- Easy local development setup
- React (Create React App)
- JavaScript (ES6+)
- CSS3
Clone the repository and install dependencies:
git clone https://github.com/ngocan-dev/bookstore-fe.git
cd bookstore-fe
npm install