Skip to content

KarnellSchultz/typetypetype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeTypeType

A typing speed testing app.

Live App

https://typetypetype.vercel.app/

Tech Stack

  • NextJs
  • React
  • TypeScript
  • Tailwind Css

Ideas

Features

  • test word color chagne for right/wrong words. green/red kinda thing.
  • change from word specific correctness to letter correctness
  • Correct / incorrect word bank display
  • Dark Mode
  • user accounts
  • Leaderboard
  • Add a graph of user type speed

Needs fixin'

  • Style the start button

  • Add header

  • text contrast. hard to read text

  • About page contnent

  • Add footer

fixed

  • Clicking start button should focus the input
  • bug - when the line changes the focus word in at index 1 instead of zero

Wanna run this locally?

First, run the development server:

get clone https://github.com/KarnellSchultz/typetypetype.git

Install packages

yarn install

Then, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.