tanaypratap / teamtanay.jobchallenge.dev

The web repository for all things #teamtanayjobchallenge
https://2020.teamtanay.jobchallenge.dev
132 stars 429 forks source link

[Project][feedback] News Nation App - Keeps you update with latest news from various sources. #629

Open AbhijeetNandvikar opened 4 years ago

AbhijeetNandvikar commented 4 years ago

Dear mentors,

I am Abhijeet Nandvikar and this is my first project for job challenge.

About app - News Nation is an web app to keep you updated with the latest news around the world from various sources. This app is created using react.js and bootstrap, all the news articles are fetched from an open source api - newsapi.org.

Links - App : https://news-nation.netlify.app/ github repo : https://github.com/AbhijeetNandvikar/nation-news

please review my project and provide your valuable feedback so that I can improve it. Thanks you!

jasbindar-singh commented 4 years ago

hey @AbhijeetNandvikar , The app looks pretty good. I would like to suggest some features,

  1. Try to add popular news category tab-wise or add buttons to search for them e.g Sports, Bollywood, Crime, International, etc.
  2. You can add something like bookmarking news that you could save to local storage or you could add a button to save news offline to read later that would have a different section.
  3. You could try infinite scrolling e.g. adding more news as the user scrolls down.
  4. When clicking on reading full article you could give an alert that the user is leaving the page/app. Right now these are coming to my mind, try to implement these would be great.
AbhijeetNandvikar commented 4 years ago

hey @jasbindar-singh ,

Thank you for your feedback, the points that you have mentioned are really helpful and I will try to incorporate those changes.