Hacker News clone built with Nuxt.js.
Hacker News https://news.ycombinator.com/ is a great site run by the famous venture capital firm Y Combinator. It allows people to submit articles and comment on them. It also provides a nice web interface to search through its history or articles. Your task is to build a web app that allows the user to search for articles on a topic and display the results.
Details of the Search API can be found here. https://hn.algolia.com/api
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generateFor detailed explanation on how things work, check out Nuxt.js docs.