Skip to content

Latest commit

 

History

History
52 lines (36 loc) · 1.35 KB

README.md

File metadata and controls

52 lines (36 loc) · 1.35 KB

goodchapter

Netlify Status

Goodchapter is an app that allows you to track the books you are reading, want to read or have read with OpenLibrary API. This project was bootstrapped with Create React App.

Available Scripts

In the project directory, you can run:

npm start npm test npm run build npm run storybook

Todolist

Some stuff I need to do

Component to create

  • Book
  • Loader
  • Search
  • Button

Features

  • Search books by author
  • Add books to current reading
  • Add books to finish reading
  • Add books to want to read
  • Remove books from any list
  • Move books between section (Drag'n drop ?)
  • Store information in local storage
  • Search books by ISBN
  • Search books by title

Design stuff

  • Use Book component to display books
  • Use LoadingSpinner when fetching data
  • Use Tabs to display lists ?
  • Add empty state for each list
  • Add not found state

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.