Algolisted-Org / AlgoListed

Algolisted is an AI-powered nonprofit analytics firm dedicated to assisting computer science students in preparing for placements and internships. Our services include tracking and analytics across various platforms and topics.
http://algolisted.com
Other
135 stars 75 forks source link

Create a stop watch feature in coding sheets page #197

Closed NayakPenguin closed 10 months ago

NayakPenguin commented 10 months ago

Feature

A user should have the capability to monitor the amount of time it takes to solve a question.

Screenshot 2023-11-10 at 9 07 29 PM

Implementation

  1. When a person clicks the stopwatch button the timer starts.
  2. The time running is displayed as shown in the figure
  3. When the clock is running change the icon to (import AlarmOnIcon from '@material-ui/icons/AlarmOn';) - if the user hits this then the time stops and gets saved in the cache
  4. Redo button: Makes the time = 0
  5. If time > 1 day then write invalid instead of showing the time.
NayakPenguin commented 10 months ago

@RajMhatre20 interested??

RajMhatre20 commented 10 months ago

Yes I'll try

NayakPenguin commented 10 months ago

Amazing I am assigning the issue to you then 🚀

RajMhatre20 commented 10 months ago

Is there any problem with the pr?

NayakPenguin commented 10 months ago

No it works just fine, I re-opened the issue by mistake.