Skip to content

Latest commit

 

History

History
36 lines (20 loc) · 1.13 KB

README.md

File metadata and controls

36 lines (20 loc) · 1.13 KB

🔤 Letter Learning App

My daughter is still learning the names of her letters. I had recently watched Wes Bos's video on the browser's built-in voice recognition. I wanted to give it a try so I built a small letter voice recognition game with NextJS

🚀 Quick start

git clone https://github.com/csellis/letters.git
cd letters
yarn install
yarn run dev

🧐 What's inside?

This project is built with NextJS, TailwindCSS, & Vercel.

💫 Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.