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.
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:)