iwanbazz / hackernews

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hacker News React

This is simple react apps HackerNews

  • React - UI Framework
  • Utils function native js date converter
  • React Hook - useState & useEffect
  • Axios - API fetching
  • Bootstrap - CSS framework
  • react-content-loader - SVG component to create placeholder loading

Set Up

Using Docker

Make sure you have setup docker & docker-compose on your environment.

Kindly run this command :

docker-compose up

If it is done checking, kindly run :

docker-compose down

Using Podman

Make sure you have setup podman, buildah, & podman-compose. And have installed make on your linux/mac environment.

Kindly run this command :

make podman_run

If it is done checking, kindly run :

make podman_stop

About


Languages

Language:JavaScript 82.7%Language:CSS 13.3%Language:HTML 2.2%Language:Makefile 1.2%Language:Dockerfile 0.5%