Skip to content

•A news fetching webapp which encompasses features like articles filtration and search.It uses the New York Times API to fetch the data..

Notifications You must be signed in to change notification settings

hellomohitsangwan/Track-news

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Track news

News fetching webapp

This project is given as a task to me that i made in 2 days from scratch

screenshot

Features

  • popular articles filteration based on article type and posted time screenshot

  • News articles search functionality screenshot

  • Single Page web-appilcation

technologies/framework used

  • React JS
  • Redux
  • react-bootstrap

Project Status

Success,web-app testing link is given below
Link

Note on APIs Keys usage

Use my API keys for testing purpose only.please do not share them on any public platform .

Usage

secrets file

Replace your APIs keys with mine in the secrets.js file.

export const ARTICLE_SEARCH_API_KEY = YOUR_ARTICLE_SEARCH_API_KEY;
export const POPULAR_ARTICLE_API_KEY = YOUR_POPULAR_ARTICLE_API_KEY;

Install Dependencies

npm i

Run web-app(:3232)

npm start

About

•A news fetching webapp which encompasses features like articles filtration and search.It uses the New York Times API to fetch the data..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published