Shipped this project!
I built a website that calculates and tests the user’s reaction time. i wrote it in vanilla css. im used to tailwind so that was a difficult part for me
Some of the people suggested that i should add a leaderboard, so i added it, i have also added a prompt that asks the user to enter his name when the game starts. The score is shown in the leaderboard after the game ends
Log in to leave a comment
I made a website that calculates your typing speed and accuracy. I made this to improve my react skills.I learnt to use git with this project as previously I used to do it manually. The UI is pretty simple, I didnt do much work on that. Most of the work i did was towards the logic of the game.
Just fixed some bugs and deployed it on github
Log in to leave a comment
added local storage to save the progress. also added some sound effects and different difficulty levels and modes. also fixed a lot of bugs.
Log in to leave a comment
First, I built the text display. the text will be gray if not typed, green if correct and red if wrong. I’ve also added typing sound.It also detects accuracy in real time and it starts timer on first keystroke
Log in to leave a comment
I am making 2048 game. I just finished writing the game logic. I designed the game as a 2D array then I made a function that detects empty spaces and made functions for merging and sliding. I will use a single sliding function for all movements.
Log in to leave a comment
I’m making a typing speed test website. Today, I planned on what features i want to add and then i started working on it i decided to make a react app. So far, i’ve wrote sentences with different difficulty levels that will be used in the website
Log in to leave a comment