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.
Reactjs | Express js | News API | MongoDB | Passport js | Material UI | Flux | react-toastify
You should have Node.js and Git installed on your PC.
-
To Get Started, Fork this repository to your GitHub account:
-
Clone the forked repo from your account using:
git clone https://github.com/<your-username>/home.git
-
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/.
- 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.
- 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.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.