This is an app that you can find the latest news. Category and country filter and keyword search is available.
List the ready features here:
- You can find the latest news by typing keyword.
- You can find the latest news by country. Default country is All.
- You can find the latest news by category. Default category is Business.
- Clone this repository
$ git clone https://github.com/Emiri-i/news-app.git- Go into the repository
$ cd news-app- Install dependencies
$ npm install- Run the app
$ npm run start- Record which country and category are used the last time to set the default value for the next time when the website is visited.
- Separate the search filter function. Would like to make 1 page for keyword search and the other page for category and country filter.

