Introducing a completed service that empowers clients to effortlessly manage their reading lists. This service seamlessly integrates essential functionalities, inspired by the acclaimed Basmo app.
- Search for any book by title.
- Integrate with Google Book API
- Pagination on the search.
- Manage a Reading list.
- Add books to the Reading list.
- Delete books from the Reading list.
- Update book status.
- Define Reading Goals.
- Dashboard with your Stats.
Clone the project
git clone git@github.com:rogeriosandim/kargo-assessment.git
Go to the project directory
cd kargo-assessment/web
Install dependencies
npm install
Start the server
npm run dev