Mehdi

Results 4 issues of Mehdi

Initialized the values of thumbs up/down buttons (the "+1 and "-1" keys in the emojiState objects) to 0. also sorted `Object.entries(emojiState.emojis)` so the location of the buttons is consistent.

website

#1271 Sometimes the language detector mistakes french for other languages, and the users get spammed with a modal whenever they double the word count (starting from 10). This solution checks...

website

Users were having problem with the [...] button #1208 My proposed solution is to remove it and make the card clickable ![Recording 2023-02-09 at 12 24 33](https://user-images.githubusercontent.com/113536090/217801337-062e4999-1518-4650-89b2-f7a3f0f19845.gif) I changed the...

website

Touch devices users weren't able to scroll easily #1543 I implemented the solution proposed by [jwstolk](https://github.com/jwstolk) to make only the leftside draggable when using a touch screen.