Skip to content

riccardofano/TippyTaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

128 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tippy Taps typing training website

This is a website to help you learn how to get better at typing using React and Next.js.

  • Uses Firebase and Firestore to store the lessons
  • Google authentication to track your progress over time
  • Styled components to style the site and provide different themes

You can see a live demo at https://piante.vercel.app

Running locally in development mode

npm run dev

Building and deploying in production

If you wanted to run this site in production, you should install modules then build the site with npm run build and run it with npm start:

npm install
npm run build
npm start

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published