TheLeanProgrammer / flashtype

Can you type fast?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flash Type

A simple typing speed test application

Libraries used

https://www.npmjs.com/package/typewriter-effect

https://michalsnik.github.io/aos/

Include the fonts and aos in index.html

Inside

<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Bangers&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />

Inside

<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
  AOS.init();
</script>

API used

http://metaphorpsum.com/paragraphs/1/8

Credits

  1. Flash Image taken from - http://www.pngmart.com/image/tag/flash

About

Can you type fast?


Languages

Language:JavaScript 66.1%Language:CSS 25.1%Language:HTML 8.8%