- Build a multi page web app using Next.js to consume an external API
- The app will display the most recent XKCD comic and have links to previous 10 comics
- copy repository to local
npm i
to install dependencies locallynpm run dev
and openlocalhost:3000
to test