News-Viewer React App
A web app created with react.js, redux, hooks and react-bootstrap using free news api.
Features
- Search top news by any keyword.
- Homepage display a brief visulization last 10 news articles.
- another page display details of an article..
- Can bookmark individual news (all bookmarks are save in browser localstorage).
- Authentication using firebase (signin with google).
Overview
For Project Setup.
- clone repository.
- install node modules using (npm install) command.
- run application using (npm start) command.