Prathamesh Mutkure
Prathamesh Mutkure
The dashboard page is too slow to load because the exam is fetched from the backend and then returned after rendering on the server. The dashboard page is private to...
Currently, the app has loading widgets to show users that something is happening behind the scenes. But in most cases, the user is still able to perform actions while the...
The exam page on the web app is not at all mobile-friendly, do the following things to make it work on devices with widths up to `400px` - The Question...
The app drawer on small screen devices has only test links, replace it with real links as on desktop.
Currently, this repository's ReadMe is using the mobile app demo. The web version detects cheating in real-time and is much faster and more accurate than the Mobile. It'd be better...
The code for when no or multiple faces are detected is currently commented due to toast getting displayed on the result. Fix this issue and warn the user in the...
The backend sometimes returns HTML code as a response to invalid API calls, the end user doesn't understand the message. Add `.json()` inside the try-catch block and use the `??`...
The user shouldn't be able to press the back button while the exam is on, disable the back button like the refresh button.
This app is currently missing test cases. Add unit test using **Jest** and **React Testing Library** Login and Dashboard Pages are priorities.