Skip to content

⚛️ Search in the The New York Times API Articles Data and navigate between the results pages - the app created using React TypeScript, React Query, Axios, useState hook and Styled Components.

Notifications You must be signed in to change notification settings

Frnt-End/React-TS-Search-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

“The New York Times” Search Articles App

An article search application using The New York Times (NYT) public API.

📑Project Overview

Features

  • A main screen, where a user can search for articles, and view search results.
  • Each results page contain a list of NYTimes articles titles.
  • Each result is a link to the full article (NYTimes website).
  • Pagination: Ability to navigate between the result pages.

Extra Features

  • Request only article document_type.
  • Minimize the API response (keep the required fields only).

Technologies

  • React with TypeScript.
  • React Query.
  • Axios.
  • Styled Components.

Run project

Install all the dependencies used in this project:

npm install

In the project directory, you can run:

npm start

or

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.


Enjoy using the app..😉


License

Copyright © 2019 @frnt-end nirit.website

License

About

⚛️ Search in the The New York Times API Articles Data and navigate between the results pages - the app created using React TypeScript, React Query, Axios, useState hook and Styled Components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published