Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (28 loc) · 1.21 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.21 KB

lopokulu-react

REUSE status code style: prettier

A small web app for vehicle fuel usage monitoring written in React. The data inserted into the app is saved in the browser localStorage.

Downloading dependencies

You can download the app dependencies with the following command run in the app directory:

$ npm install

Running

To run the app in development mode, in the app directory, you can run:

$ npm start

Open http://localhost:3000 to view it in the browser.

License

lopokulu-react is free and open source software. The programming code is licensed under the MIT license. The up-to-date licensing and copyright information can be found on each file's header or in a separate .license file.