This is a Utility Manager application that makes it easy for engineers to track the appliances in their place of work. Some of the main features are:
- Engineer can log readings of parameters of their appliance to the app daily.
- Engineers can create and export reports based on previous values logged.
- Users can view a visual representation(graphs, charts etc) of the logs
To start the app:
- Install
yarn
globally by runningnpm install -g yarn
- Install all the app dependencies via
yarn install
- Start dev server via
yarn run dev
to open the app
To setup commit template used in the app:
git config --local commit.template .gitmessage
You can lint the files in your commit by running:
yarn run lint