An article search application using The New York Times (NYT) public API.
- 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.
- Request only article document_type.
- Minimize the API response (keep the required fields only).
- React with TypeScript.
- React Query.
- Axios.
- Styled Components.
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..😉
Copyright © 2019 @frnt-end nirit.website