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.
- First get the repo:
git clone [email protected]:dahukish/my-reads-react.git .
- Then change to the project directory:
cd my-reads-react
- Next install dependencies:
npm install
oryarn install
- Run the app:
npm run start
oryarn start
- You can add books by clicking the green "+" icon at the bottom of the page.
- Have fun adding and sorting books.
Please note that the search for the api or very specific for now. These can be found in SEARCH_TERMS.md.