Puru Vijay
Puru Vijay
The sound is variable. Because the sound attempts to play the very first time the page loads, without user interactions, browsers tke a guess to determine if user would want...
I'll be working on this myself, though if you got any suggestions, comment here. And if you wish to contribute, comment here, and while making the PR, choose `feat/functional-calculator` as...
I'll not be working on this. If you wish to volunteer, you'll have my gratitude
Thanks. Please take a look at the naming conventions, try not too include any extra library if you can help it, and overall, just make it good. Will be waiting...
Uhh yeah, I recommend you make your own branch and start over, that one has issues
Its related to Vite's version. Its fixed in main branch. Make a branch off of main anf start, nothing much in function-calculator brqnch anyway
Uhh yeah, its because I have package-lock.json as lock file(we're using npm here), so yarn might be skipping it. Try using npm, and if you can't, install [email protected] exact. That...
That is great! I love the fact you're still at it after so long! 🤗 Using TDD here feels like a great way going forward. Document the functionality, and use...
Will do, but later. Current plan is to either make calculator functional or make a todo app
Possible solution: Apply event listener on window and watch for fullscreen change. Better make a custom hook for it