Reading-list tracker
To run application locally:
- install all project dependencies with
npm install
- start the development server with
npm start
This application is served by a dedicated api that returns and updates book information.
Todo:
- add debounce to book search input
- convert components to typescript
- implement zod schemas for typescript components
- add user login functionality
- connect to rails db
- connect to node.js db?