Is a React app that uses the NewsAPI to search news by term and sort by: relevancy, popularity and published At.
The app shows 10 articles at a time and include a "Previous" and "Next" buttons to move between pages.
To get started, first clone or download the repository.
git clone https://github.com/Dquinonez/NewsSearchApp.git
Move inside the project folder
cd NewsSearchApp
Install all the necessary dependencies.
npm install
Before running the app, remember to update the API key in the constants.js file
To run the app
npm start
To view the project, go to: http://localhost:3000/
This project was bootstrapped with Create React App.