Based on our discussion with Savita Hallikeri, this app has been developed using ReactJS. (There was an option to choose between React and Vue.)
Open https://dataguard.alidadashi.com/ with your browser to see the live version.
First install all dependencies
npm installThen, run the mock server:
npm run mockNow you can run the application
npm run dev