Small application using the localstorage to add, update and remove data.
$ git clone git@github.com:Juljulia/storage-test.git
$ cd storage-test
$ npm install
$ npm start
Features:
- Add persons
- Add companies
- Be able to connect a person with a company and also remove the connection.
- View the persons who are not employed to a company.
- View the persons who are employed to a selected company.
- Stored in localStorage.