Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 2.1 KB

README.md

File metadata and controls

65 lines (39 loc) · 2.1 KB

MyReads Project

Certified By Ivo Open Source Love PRs Welcome Awesome

This is the simplest version of this APP, for more features, navigate to another branch

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.

Table of contents

Prerequisites

  1. Node
  2. NPM

Quick start

  1. Clone it: https://github.com/albertoivo/my-reads-reactnd.git
  2. Enter the directory: cd my-reads-reactnd
  3. Install the dependencies: npm install
  4. Start it: npm start

It will open your browser at http://localhost:3000

Limitation

One limitation is the BooksAPI.js because can only search a fixed set of cached results SEARCH_TERMS.md.

Live App

Developed with

Contributing

We welcome contributions to this project!

  • ⇄ Pull requests and ★ Stars are always welcome.

Author

License

See LICENSE FILE.