An open API service indexing awesome lists of open source software.

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 📚

Awesome Lists containing this project

README

          

![commit](https://img.shields.io/github/last-commit/thecoder93/nyt-times-books?color=cyan)
[![CircleCI](https://circleci.com/gh/thecoder93/nyt-times-books/tree/master.svg?style=svg)](https://circleci.com/gh/thecoder93/nyt-times-books/tree/master)
[![Netlify Status](https://api.netlify.com/api/v1/badges/66678c96-2f19-49b1-998f-7ae736be5619/deploy-status)](https://app.netlify.com/sites/nyt-times-books/deploys)

# The New York Times Best Selling Books
![typescript](https://img.shields.io/badge/-TypeScript-007ACC?style=flat-square&logo=typescript&logoColor=white)
![react](https://img.shields.io/badge/-React-45b8d8?style=flat-square&logo=react&logoColor=white)
![styled](https://img.shields.io/badge/-Styled_Components-db7092?style=flat-square&logo=styled-components&logoColor=white)
![nytimes](https://img.shields.io/badge/-New_York_Times-000000?style=flat-square&logo=new-york-times&logoColor=white)

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)