Mrinmay Santra
Mrinmay Santra
You have used stored the API key in environment file so it prevents anyone from seeing the API key. But when someone uses this application and inspect in the Network...
Added progressbar so that user can see quiz progress. This PR fixes #131 issue I have created a new component called `ProgressBar.jsx` which takes three props `progress`, `height` and `bgcolor`....
I have removed the jQuery code and rewritten the hover functionality using plain JavaScript.
If we open the below article the text is not readable in dark mode. It seems if we wrap a text with `` in the .mdx file then in dark...
Added twitter URL in the twitter icon in footer and also made the social media icons as `` so they becomes clickable on hovering. It fixes the #24 issue.
Replaced the old twitter logo with the new logo. This PR fixes #31 Here is a comparison of before and after: **Before**  **After** 
The twitter logo in footer is still the old twitter logo. We can replace the old logo with new twitter X logo. 
As of now we can have more than one user in a chat room. So if in a chat room if there is more than one users having the same...
**Describe the bug** When user hovers over the profile description then the mouse pointer becomes palm icon which highlights that it is clickable hyperlink, But actually it is just a...
⚡Added a function which will remove duplicate Jokes, riddles, quotes. 🔨Fixed formatting error in quotes.json and jokes.json file.