/my-reads-react

My first walk in the park with React sans Redux.

Primary LanguageJavaScript

My Reads React Local Webapp

This is my react kick at the can using react. This app will search the "My Reads" book api and let you sort the results into several sub-lists.

Get Started

  1. First get the repo: git clone git@github.com:dahukish/my-reads-react.git .
  2. Then change to the project directory: cd my-reads-react
  3. Next install dependencies: npm install or yarn install
  4. Run the app: npm run start or yarn start
  5. You can add books by clicking the green "+" icon at the bottom of the page.
  6. Have fun adding and sorting books.

Note: Search Terms

Please note that the search for the api or very specific for now. These can be found in SEARCH_TERMS.md.