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.
- 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
- React for building the user interface
- CSS for styling the app
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