Reactjs NewsViewer App was built using Reactjs, React Readux and News API. It is a simple news viewer app for checking the latest news headline.
- Provide a useable experience across all modern web browsers and users who require assistive technologies
- Provide the latest headline news around the globe in all categories.
- Go to ("the netlify/vercel link") on your device browser
- Key-in your search in in the search bar
- Tap on the enter key on your device
- Fork this project.
- Go to your fork and copy the URL
Go to your command line and clone the project using
git clone URL_OF_FORK
E.g: git clone https://github.com/username/Reactjs-NewsViewer-App
cd NAME_OF_REPOSITORY
- Use
git remote -v
to check - If it's not, use this to add it as "origin" remote
git remote add origin URL_OF_FORK
Next add the origin as an upstream: Go to your fork on GitHub, and click the "forked from" link to return to the project repository. While in the project repository, click the green Clone or download button and then copy the HTTPS URL and add the project repository as the "upstream" remote using: git remote add upstream URL_OF_PROJECT
Make sure to check if you have the latest changes.
Use git pull upstream main
to pull the latest changes
Before you start this process, make sure you have Node installed.
If you don't, Download Node and install.
Check the version of Node you're running with the command: node --v
npm install
npm start
Visit the link http://localhost:3000
to view your application.