A React application that show best selling books using The New York Times public APIs 📚
You can visit the deployed app here.
Clone the master branch and then run the following scripts in the project directory:
-
npm install
- to install relevant dependencies -
npm start
- start the react app -
npm test
- run tests
Description | Link |
---|---|
The New York Times public APIs (Books) | nytimes |
Library that utilises tagged template literals to style React components | styled components |
React - JavaScript library for building user interfaces | create-react-app |
This app was created with create-react-app, see usage guidelines in create-react-app-readme.md