A small web app for vehicle fuel usage monitoring written in React. The data
inserted into the app is saved in the browser localStorage
.
You can download the app dependencies with the following command run in the
app
directory:
$ npm install
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.
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.