Simple educational flashcard web app. Supports the alphabet, numbers and sight words.
https://redonkulus.github.io/flashcards/
- Choose from three different flashcard types: alphabet, numbers and common sight words
- Autoplay cards with variable speed to test your skills
- Speak the current card using your device's voice software
- Works on latest Chrome, Firefox, Edge and Safari (mobile and desktop)
- Works Offline! Install as a webapp on your device using "Add to Home screen"
spacebar
- To view the next cards
- Toggle autoplay functionalityr
- Restart with a new set of flashcardsv
- Speak the letter, number or word of the current card?
- Load the help modal
Vanilla HTML, CSS and JavaScript, using the latest web technologies. All the code is inline in the index.html
file. I could easily use React or many other popular libaries, but I wanted a simple codebase without any dependencies or build processes. If it gets too complicated in the future, I may change this, but it works well for now.
There are many free, perfectly fine flashcard sights on the web. However, many with obtrusive ads or poor mobile web support. I wanted to create a simple, easily accessible web app for not only my kids, but for anyone else. An easy to use interface, that is mobile friendly and available offline were key requirements.
Feel free to open an issue if you find something wrong or contribute code if you want to add new features.
Hopefully. you find this app useful for your purposes.