Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 961 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 961 Bytes

Google-News-Feed

In this project, I made Google-News-Feed App, where user can read and browse News. The App uses Next.js, the React's Framework for server-side rendering with Ant.D, as the UI/UX Library. The app starts with first 10 Recent-News only, for the better optimaztion. The News-feed gets populated as the user scrolls down the page, ordered from most-recent to old-ones. The User can get the full News, by clicking on particular feeds.

Requirements and Execution

First and foremost, clone this repository, and navigate to the directory. Fire-up your terminal and type npm install to install all the necessary dependencies from package.json file.
Now, type npm run dev to start the development server, and your app is running at http://localhost:3000/.

Although, the App has already been hosted on AWS at https://news.reactapp.cf/
Happy Coding:)