Skip to content

mileiny1/Book-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📚 Book Tracker (Front-End)

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.


🌟 Features

  • 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 localStorage to keep it available after refreshing the page.
  • Interactive UI: Smooth and modern interface built with React and Bootstrap.

🛠 Technologies Used

  • Frontend: React, JSX, Bootstrap, CSS
  • State Management: React useState and useEffect
  • Storage: localStorage
  • Version Control: Git & GitHub

🚀 Installation

  1. Clone the repository:
git clone https://github.com/mileiny1/Book-Tracker.git
cd book-tracker
npm install
npm start 

Releases

No releases published

Packages

 
 
 

Contributors