A basic inventory of the locations created using React & Material UI and stored in local IndexedDB. For using IndexedDB to store the locations, dexie wrapper is used.
To get started, install the required npm dependencies by running script npm install
.
After the installation of all the dependencies, run script npm start
to run the appliction on localhost.
This project was bootstrapped with Create React App.
Installs all the required dependencies by the application & adds them under "node_modules" directory.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.