/industrialisasi-ui

The User interface of Industrialisasi CMS

Primary LanguageJavaScriptMIT LicenseMIT

Industrialisasi UI

This is the user interface (UI) of Industrialisasi. This UI is mainly developed using HTML, React.js, React-Bootstrap, and some CSS. This software comes with no support and guarantee. Use it at your own risk.

To run it on your local computer, use this:

git clone https://github.com/adipginting/industrialisasi-ui
cd industrialisasi-ui
npm install
npm start

To run it via docker:

git clone https://github.com/adipginting/industrialisasi-ui
cd industrialisasi-ui
sudo docker run -p 3000:3000 -d

To run it via docker compose:

Alternatively, I created this repository to run the whole website (the database server, the api server, and the front-end server) via docker compose (work in progress). See https://github.com/adipginting/industrialisasi

To do and progress:

  • It displays a three navigation menus on header.
  • On register page, it does character contraints on email, username, and passwords.
  • It can send verification email to users.
  • Users can register.
  • Users can login.
  • If users are logged in, register and login URI is redictered to home page.
  • Users can read posts.
  • Users can write posts.
  • Users can write comments.
  • Reply comments in one level thread.
  • Improve styling.