https://github.com/thecoder93/nyt-times-books
A React application that show best selling books using The New York Times public APIs 📚
https://github.com/thecoder93/nyt-times-books
Last synced: 2 months ago
JSON representation
A React application that show best selling books using The New York Times public APIs 📚
- Host: GitHub
- URL: https://github.com/thecoder93/nyt-times-books
- Owner: thecoder93
- Created: 2022-02-15T08:25:40.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-21T17:40:49.000Z (over 4 years ago)
- Last Synced: 2025-01-01T10:17:27.738Z (over 1 year ago)
- Language: TypeScript
- Size: 3.45 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

[](https://circleci.com/gh/thecoder93/nyt-times-books/tree/master)
[](https://app.netlify.com/sites/nyt-times-books/deploys)
# The New York Times Best Selling Books




A **React** application that show best selling books using [The New York Times public APIs](https://developer.nytimes.com/) 📚
You can visit the deployed app [here](https://nyt-times-books.netlify.app/).
## Installation
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
## Resources
| Description | Link |
| :----------------------------------------------------------------- | :------------------------------------------------------------------------ |
| The New York Times public APIs (Books) | [nytimes](https://developer.nytimes.com/docs/books-product/1/overview) |
| Library that utilises tagged template literals to style React components | [styled components](https://styled-components.com/)|
| React - JavaScript library for building user interfaces | [create-react-app](https://github.com/facebook/create-react-app)|
## Created with create-react-app
This app was created with [create-react-app](https://github.com/facebook/create-react-app), see usage guidelines in [create-react-app-readme.md](create-react-app-readme.md)