fernandoporazzi / tech-assignment

I tried to implement the Hacker News website in 4 hours

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tech-assignment

Requirements

You need Node and NPM installed

Steps

  • Clone or download this repository
  • run the following commands:

$ npm i

$ npm run build

$ npm start

  • Go to http://localhost:3000/

Notes

This is a result of 4h work The API being used might not be stable and might take some time to respond Things to do: write Unit Tests, write better CSS and isolate components.

About

I tried to implement the Hacker News website in 4 hours


Languages

Language:JavaScript 100.0%