This is a simple news feed app where you can see news feed about different topics. You can read articles and vote for it. You can also comment on any article, update or even delete your own comment. You can sort article by topics, article date and by author name as well.
Node v17.0.1
This project was bootstrapped with Create React App.
In the project directory, you can run:
Do npm install in the terminal to install all the packages
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Node v16+ NPM v8+ postgreSQL v12+ OPTIONAL: Jest (for testing)
If you would like to host and run the app locally:
1: Clone the repo by first navigating to the desired folder within a terminal, then entering:
git clone https://github.com/FatimaKiran/news-app.git
2: Install the dependencies for the app by navigating to the root directory of the cloned repo and entering:
npm i