The Book Store Application is a modern full-stack web application that allows users to browse and purchase books with ease. Utilizing a responsive design, the application offers a seamless user experience on any device.
- User Authentication: Secure login using JWT.
- Book Browsing: Explore a diverse collection of books.
- Shopping Cart: Add books to your cart for easy purchasing.
- Responsive UI: Designed with Tailwind CSS for an optimal viewing experience.
- Frontend: React, Tailwind CSS
- Backend: Node.js, Express, MongoDB
- Deployment: Both frontend and backend hosted on Vercel.
Check out the live application: Book Store Application
- Clone the repository:
git clone https://github.com/yourusername/book-store-app.git
- Navigate to the project directory:
cd book-store-app
- Install dependencies:
npm install
- Run the application:
npm start
This project is licensed under the MIT License.