The alphabet, numbers shapes, colors, fry (sight) words (and goo!) in flashcard form. Works offline.
👉🏻 https://preschool-flashcards.vercel.app/
To help my youngest children (and hopefully others) learn the kindergarten basics, in a fun, simple, unintrusive way on a mobile device.
This website works offline and is called a "Progressive Web App". You can use Progressive Web Apps (PWAs) for a fast web experience on your computer or mobile device. You can install the PWA for faster access and additional functionality. Learn more.
- Open the website on your device
- Tap the Share icon
- Tap "Add to Home Screen"
- Tap "Add" again to install
- Open the website on your device
- Tap the Share icon
- Tap "Add to Home Screen"
- Follow the onscreen instructions to install
- iOS: long-press on the app icon, tap the "X" to remove
- Android: tap Apps & Notifications, find the app icon, then tap uninstall
- Next.js
- TailwindCSS
- Linting and typechecking
- Progressive Web App
- Perfect scores on Lighthouse!
Set up a local development environment with Create Next App:
npx create-next-app preschool-flashcards https://github.com/gregrickaby/preschool-flashcards.git
Start the development server:
npm run dev