Application to manage access credentials to multiple accounts. It allows to add accounts, delete and edit them.
Developed using React.js and Sass (here) for styling and responsiveness. The application stores the data on the localStorage, and if it is empty it will load some example accounts at the beginning (this).
- Install dependencies
$ npm install
- Build the application
$ npm build
- Run it
$ npm start
- Open
http://localhost:3000
on the browser
Accounts grid:
Grid responsiveness with different screen sizes:
Adding new account: