Skip to content

dbogod/meter-reading-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Meter Reading App

This repo contains the back end and front end for a meter reading app.

To run the back end:

cd meter-reading-app-be

npm i

npm start

To run the front end:

cd meter-reading-app

npm i

npm run dev

Note: The login form is currently set up to submit successfully without the need to provide credentials. To change this, (un)comment the relevant lines in submitHandler in src/screens/login/LoginForm:

    // Comment out to test the form without hardcoded values
    const credentials = {
      username: 'joebloggs',
      password: 'test123!',
    }

    // Comment out to test the form with hardcoded values
    // const credentials = {
    //   username,
    //   password,
    // }

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published