Capstone-A10-DTETI-2023 / frontend

Capstone A10 | Frontend

Home Page:https://hydroguard.my.id

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🚰 Capstone A-10 (Frontend)

❓ About

In this capstone project held by DTETI FT UGM, we, as A-10 team, designed a prototype system to monitor water quality and detect leaks in air distribution pipes with residual vector and sensitivity matrix method. In this system, we also added control mechanism to control the pressure pump with PID controller to achieve desired pressure and stop further waste due to leakage.

πŸ”™ Main Repositories

Capstone-A10-DTETI-2023 (Github Orgs)

⌨ Commit Naming Convention

  • feat is for adding a new feature
  • fix is for fixing a bug
  • refactor is for changing code for peformance or convenience purpose (e.g. readibility)
  • chore is for everything else (writing documentation, formatting, adding tests, cleaning useless code etc.).

    After the category, there should be a ":" announcing the commit description. You could use (scope) to specify which scope are you working to.

Example

  • feat: add post controller
  • chore: update readme
  • fix(auth): fix signin input now showing

πŸ›  Setup

Setting Up Project

  • Clone this repository
    git clone https://github.com/Capstone-A10-DTETI-2023/frontend.git (if you use http method)
  • Install required dependencies
    npm install
  • Run the program
    npm run dev
  • (Recommended) Watch TypeScript validity/types/error while developing
    npm run ts-lint

Build Program

  • npm run build

Copyright 2023 - Capstone A10

About

Capstone A10 | Frontend

https://hydroguard.my.id

License:MIT License


Languages

Language:TypeScript 98.4%Language:CSS 0.7%Language:JavaScript 0.6%Language:Dockerfile 0.3%