Skip to content

rajharsh81070/News-Time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News-Time

News-Time a news aggregator app developed over News API. News API is a simple HTTP REST API for searching and retrieving live articles from all over the web.

Live Demo

Table of Contents

Technology Stack 🛠️

Reactjs | Express js | News API | MongoDB | Passport js | Material UI | Flux | react-toastify

Prerequisites 🍪

You should have Node.js and Git installed on your PC.

Setup 🔧

  1. To Get Started, Fork this repository to your GitHub account:

  2. Clone the forked repo from your account using:

      git clone https://github.com/<your-username>/home.git
  3. After cloning run the following bash commands:

    npm i && cd client/ && npm i
    npm run dev

Facing issues? Feel free to contact at rajharsh81070.github.io/My-Portfolio/.

Features 📋

  • News are categorized according to their type.
  • Every news article is displayed on a card.
  • Pagination at the end of every page for every category.a
  • Search bar implemented on navbar which is stuck to the top of the page.
  • User login required to access profile of that particular user.

Improvements 🔗

  • Bookmark button can be added on every news article card.
  • Interest to follow a particular topic can be added.
  • Personalized Weather can be added on homepage.

Contributing 🙌

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Thank You 🙏