News fetching webapp
This project is given as a task to me that i made in 2 days from scratch
- React JS
- Redux
- react-bootstrap
Success,web-app testing link is given below
Link
Use my API keys for testing purpose only.please do not share them on any public platform .
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;
npm i
npm start