This is a React Project to organizing your virtual books (only cover and name for now). Here you can organize the books by shelf (Currently reading, Want to read and Read). Is't very simple and intuitive to use. Have fun!
The idea of this project is use only React Basic principles and React Router. And some hooks like useEffect
, useRef
, useState
and useReducer
, but no Context
.
- Node
- NPM
- Clone it:
https://github.com/albertoivo/my-reads-reactnd.git
- Enter the directory:
cd my-reads-reactnd
- Install the dependencies:
npm install
- Start it:
npm start
It will open your browser at http://localhost:3000
One limitation is the BooksAPI.js because can only search a fixed set of cached results SEARCH_TERMS.md.
We welcome contributions to this project!
- ⇄ Pull requests and ★ Stars are always welcome.
See LICENSE FILE.