MVP: Access Management Panel

Developing an MVP for a UI facility-managers can use to manage access rights for tenents of their office space.

Intended for use on Desktop.

Demo

https://access-management-panel.vercel.app/

Created with npx create-react-app

Bootstrapped with create-react-app. The following Commands are available.

Run Locally

Clone the project

  git clone https://github.com/janhenrikfock/Access-Management-Panel

Go to the project directory

  cd Access-Management-Panel

Install dependencies

  npm install

Start the server

  npm start

Run Storybook

To run storybook, run the following command:

  npm run storybook

Tools and Libraries:

Storybook:

https://www.npmjs.com/package/storybook

Proptypes

(installed as dependency of Storybook)

https://www.npmjs.com/package/prop-types

react-hook-form

https://www.npmjs.com/package/react-hook-form

Remote Repository:

https://github.com/janhenrikfock/Access-Management-Panel