This is the frontend of a full-stack bookstore web application, built with React, Zustand for state management, and TailwindCSS for styling.
- Browse books in an intuitive UI
- Add books to the cart and manage purchases
- User authentication (Sign Up / Login)
- Admin dashboard for CRUD operations
- Fully responsive design
git clone https://github.com/uroobaCodes/mern-bookstore.git
cd mern-bookstore
npm install
npm run dev
The frontend should now be running on http://localhost:5173.