Next.js News App

A application to show news from NewsAPI, built with React.js, Next.js.

alt text

Getting Started:

Clone down this repository. You will need node and npm installed globally on your machine.

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.