This is a test project that is written by papinaser for Viscgo App CSM.
- create App by npx create-react-app viscgo
- add react-router-dom package for routing
- change structure of files
- src: main entry files (Main Components).
- assets: images,icons and other static files.
- components: react Components that usually are sub components.
- pages : react Components that are linked by router (these component made by composition other component).
- change logo and favICon
- add DialogHeader Component
- add LoginContent Component
- add LoginPage Component
- add Router Manager File
- add and compelete Dashboard Page
- read KPIS form JSON file