Prathamesh Mutkure

Results 9 issues of 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...

enhancement
good first issue

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...

bug
enhancement
help wanted

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...

enhancement
help wanted

The app drawer on small screen devices has only test links, replace it with real links as on desktop.

bug
good first issue

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...

documentation
good first issue

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...

enhancement

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 `??`...

enhancement

The user shouldn't be able to press the back button while the exam is on, disable the back button like the refresh button.

bug
enhancement

This app is currently missing test cases. Add unit test using **Jest** and **React Testing Library** Login and Dashboard Pages are priorities.

good first issue