A React-based front-end application to help users track their books, including details like title, author, genre, rating, and personal notes. This version focuses on the user interface and local storage for data persistence.
- Add Books: Users can add books with title, author, genre, rating, and optional notes.
- View Books: Display a list of all added books.
- Filter by Genre: Easily filter books by genre.
- Responsive Design: Works on desktop, tablet, and mobile devices.
- Persistent Storage: Book data is stored in
localStorageto keep it available after refreshing the page. - Interactive UI: Smooth and modern interface built with React and Bootstrap.
- Frontend: React, JSX, Bootstrap, CSS
- State Management: React
useStateanduseEffect - Storage: localStorage
- Version Control: Git & GitHub
- Clone the repository:
git clone https://github.com/mileiny1/Book-Tracker.git
cd book-tracker
npm install
npm start