- React 17
- React Hooks
- React Webcam
- Canvas API
- Tensorflow @2.8.5
- Face Landmarks Detection
- ES8
- PropTypes
To start app: npm start
For additional info click here
├── /                          #Home├── HOWTO.md
├── LICENSE
├── README.md
├── package.json
├── public
│   ├── _redirects
│   ├── assets
│   ├── favicon.ico
│   └── index.html
├── src
│   ├── App
│   │   └── index.js
│   ├── index.js
│   ├── styles.css
│   └── utils
│       └── index.js
└── webpack.config.js- Migrate to TypeScript
- Make Mobile Friendly
- Write Tests
- Upload to Netlify
- Update HOWTO.md page
- Add Logo
- Add WebApp Preview Gif
- Add File Diagram

