Skip to content

It's a simple website that allows you to search for a book and add it to some lists. Also, it's using Open Library api, which provide a great source of books and data. Data are stored locally, so your privacy will be protected.

Noelierx/goodchapter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

It's a simple website that allows you to search for a book and add it to some lists. Also, it's using Open Library api, which provide a great source of books and data. Data are stored locally, so your privacy will be protected.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published