Subham
Subham
Closes #17 ## Changes made: - Addition of Dark mode toggle button - The preferred theme that the user has chosen is saved in cache. So, the next time the...
Addition of dark mode toggle button and storing the users preference in local storage so as to use the same theme that the user has set previously while loading the...
Maybe adding Material UI and slightly tweaking the UI to make it look modern would help
A toggle button that can change between dark and light modes
### Describe the query I am writing a class in JAVA to port a library from Android to Harmony OS. In the Android code given below, `getParent()` returns a `ViewParent`...
### Describe the query I am writing a class in JAVA to port a library from Android to Harmony OS. In the Android code given below for the method `onSelectedY(boolean,...
### Describe the query I am writing a custom component that displays text on the screen using JAVA SDK. I want to set a shadow on the text that this...
Use [Materialize CSS](https://materializecss.com/) to enhance the components used in the website like buttons, hover effect, etc.
A switch button to enable and disable dark mode. Also, the dark mode should be able to work on all the pages, and it should save its theme in local...
Presently, a very simple algorithm is used to make the snake play automatically. Better algorithm can be used to make the snake not die soon. Use AI algorithms to make...