Skip to content

Dquinonez/NewsSearchApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

News Search App

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.

DEMO

Getting Started

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

constants.js

To run the app

npm start

To view the project, go to: http://localhost:3000/

This project was bootstrapped with Create React App.

React

Axios

reactstrap

bootstrap

react-scroll

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published