Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 2.18 KB

README.md

File metadata and controls

35 lines (23 loc) · 2.18 KB

commit CircleCI Netlify Status

The New York Times Best Selling Books

typescript react styled nytimes

A React application that show best selling books using The New York Times public APIs 📚

You can visit the deployed app here.

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
Library that utilises tagged template literals to style React components styled components
React - JavaScript library for building user interfaces create-react-app

Created with create-react-app

This app was created with create-react-app, see usage guidelines in create-react-app-readme.md