Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akashrajpurohit/spell-it
🧮 Flutter Game for improving your english vocabulary skills
https://github.com/akashrajpurohit/spell-it
dart flutter game spelling
Last synced: 3 days ago
JSON representation
🧮 Flutter Game for improving your english vocabulary skills
- Host: GitHub
- URL: https://github.com/akashrajpurohit/spell-it
- Owner: AkashRajpurohit
- License: mit
- Created: 2019-09-30T06:54:28.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-09T07:22:34.000Z (7 months ago)
- Last Synced: 2024-05-30T02:13:41.531Z (5 months ago)
- Topics: dart, flutter, game, spelling
- Language: Dart
- Homepage:
- Size: 5.16 MB
- Stars: 20
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Spell IT
A free, spelling game for improving your english vocabulary.
## 🗺 Roadmap
* [x] Generate app with flutter
* [x] Generate basic screens (Home. GameScreen)
* [x] Flutter Text To Speech Functionality
* [x] Update logo and fonts of the app
* [x] Pageview to generate the gamescreen where multiple questions are showed
* [x] Generate word hints by randomizing `_` in letters of word
* [x] Show alerts when user has given right or wrong answers
* [x] Shared Preferences
* [x] Store score of user based on the level
* [x] Retrieve the score and show a `success` image for solved questions
* [x] Connect to nodejs API deployed on firebase
* [x] Show loader while the data is loading from the API
* [x] Lock the next level until the user has completed 60% of questions from previous level
* [x] Caching questions in shared preferences to reduce network calls and improve performance and user experience## 🙌 Contribution
* Fork this Project
* Git clone
* ``` cd Spell-IT && flutter run ```
* make changes to code
* Create a Pull request
## 💵 Support
> If you found this project helpful or you learned something from the source code and want to thank me, consider buying me a cup of :coffee:[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/RajpurohitAkash)
## 🐛 Bugs or Requests
If you encounter any problems feel free to open an [issue](https://github.com/AkashRajpurohit/Spell-IT/issues/new?template=bug_report.md). If you feel the library is missing a feature, please raise a [ticket](https://github.com/AkashRajpurohit/Spell-IT/issues/new?template=feature_request.md) on GitHub and I'll look into it. Pull request are also welcome.
## 🗒️ License
**Spell-IT** is licensed under `MIT license`.
## Visit My Portfolio
[Akash Rajpurohit](https://akashrajpurohit.cf)