A responsive application to track books in your library. Uses the Open Library Search API to add, edit and delete books from your collection.
- Light/dark mode toggle
- Search for any book on OpenLibrary API and save it to your library
- Responsive
- Has drag and drop functionality to order books to liking.
- Books are persisted in Local storage.
React, Typescript, Zustand, shadcn/ui, TailwindCSS, Vite
Clone the project
git clone https://github.com/maneesha14w/listr
Go to the project directory
cd listr
Install dependencies
yarn install
Start the server
yarn run