This repository contains the frontend codebase for an online e-book store, developed as a college project. The frontend is built using React and leverages advanced React concepts to provide a user-friendly and interactive experience.
Note: This repository focuses solely on the frontend implementation. Backend functionalities such as user authentication, database interactions are handled separately and are not included in this project.
This e-book store frontend offers the following key features:
- Browse E-books: Users can browse a catalog of available e-books.
- Search Functionality: Ability to search for e-books by title, author, or category.
- Shopping Cart: Users can add and manage items in their shopping cart.
- User Interface: A clean, responsive, and intuitive user interface for seamless navigation.
This project utilizes the React Router for declarative routing, Context API for efficient state management, Fetch API (implemented on local system) to make HTTP requests.





