Skip to content

A platform where IoT devices such as energy meters can be integrated and monitored using various services such as adding multiple Tenants and Customers as well as Admin

Notifications You must be signed in to change notification settings

puneethkumar-v/energy-meter-frontend

Repository files navigation

Energy Meter FrontEnd Dashboard Application

Contribution Guidelines

Clone the repository:

git clone https://github.com/puneethkumar-v/energy-meter-frontend.git

Change the directory into the project directory:

cd energy-meter-frontend

Install all the dependencies:

npm install

Run the start script:

npm start

Important:

Once you clone the project repository you will be working on the "main" branch, so create a new branch

Create a new branch:

git checkout -b newBranchName

Once you create a new branch, add all the new feature to be added to the project and once done push the changes as below(push to the branch you have created)

Pushing the changes to the branch

git push -u origin newBranchName

After you have pushed the changes to the branch you have created wait for sometime as the other people to review the changes you have made and ensure that the changes are correct and they will pull the code to the main branch.

Todo:

Basic Setup:

  • Run the react app using npx
  • Update the README.md file for contribution

UI:

  • Clean up the default setup from the project folder
  • Add Components Folder
    • Home Page
    • Sign Up Page
      • Admin Sign up
      • User Sign up
      • Tenant Sign up
    • Login Page
      • Admin Login
      • Tenant Login
      • User Login
    • Main Page
      • Sidebar
        • Home
        • Rule Chain
        • Customer
        • Assets
        • Add Device
        • Setting Sensors to the device
        • Devices
          • Device Table
            • Device Each Sensor Graph
        • Device Profiles
        • Dashboard
        • System Settings

About

A platform where IoT devices such as energy meters can be integrated and monitored using various services such as adding multiple Tenants and Customers as well as Admin

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages