Skip to content

sohailrj18/library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book Tracking App

This is a simple book tracking app where users can view a collection of books, see book details, and switch between light and dark modes. It also allows users to filter books based on title, author, and genre.

Features

  • View books in grid or list view
  • Click on a book to view its details in a modal
  • Filter books by title, author, or genre using the search bar
  • Toggle between light and dark modes
  • Fully responsive design

Technologies Used

  • React for building the user interface
  • CSS for styling the app

Setup and Installation

To get started with the project, clone the repository to your local machine:

git clone https://github.com/sohailrj18/book-tracking-app.git
cd book-tracking-app
npm start