/news-browser

A single page application to display and browse news

Primary LanguageTypeScript

A single page application to display and browse news

To start a project

Create .env.local

Important: you need to create a .env.local file with your own News API account apiKey.

REACT_APP_NEWS_API_KEY=xyz // replace "xyz" with your apiKey

Run yarn install

Available Scripts

In the project directory, you can run:

yarn start

Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.

The page will reload if you make edits.
You will also see any lint errors in the console.

yarn test

Launches the test runner in the interactive watch mode.

yarn test --watchAll

Runs all available tests.