Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blackcub3s/apptea
A webapp I made with pure javascript, css and html: its aim is to implement an interactive exercise for ASD diagnosed individuals in order to practice elementary math operations.
https://github.com/blackcub3s/apptea
Last synced: 28 days ago
JSON representation
A webapp I made with pure javascript, css and html: its aim is to implement an interactive exercise for ASD diagnosed individuals in order to practice elementary math operations.
- Host: GitHub
- URL: https://github.com/blackcub3s/apptea
- Owner: blackcub3s
- Created: 2023-03-30T18:17:38.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T13:51:19.000Z (about 1 year ago)
- Last Synced: 2024-11-09T20:17:35.619Z (3 months ago)
- Language: HTML
- Homepage:
- Size: 3.88 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# INTRODUCCIÓ / INTRODUCTION
## Català
Aquesta és una aplicació web que he creat fent servir Javascript, HTML i CSS per tal d'implementar en una aplicació web d'una sola pàgina d'un exercici popular per a estudiants amb Trastorns de l'Espectre Autista (TEA) per tal d'aprendre aritmètica bàsica. L'he creat amb la finalitat d'automatitzar un exercici que feia un dels meus antics alumnes quan he treballat com a Psicòleg en centres d'ensenyamen depenents de la generalitat de catalunya.Si voleu, podeu considerar fer una donació per donar suport a la meva feina com a desenvolupador:
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/blackcub3s)
D'ésser així em veuré motivat a seguir fent més aplicacions com aquesta i/o a millorar-la fent servir un hosting de pagament que permeti més característiques.
Podeu veure el lloc en viu a [https://blackcub3s.github.io/appTEA/](https://blackcub3s.github.io/appTEA/).
## English
This is a single web application I created using pure Javascript, HTML and CSS in order to implement a popular exercise for students with Autism Spectrum Disorders to learn and practice basic math. I created it with the aim of automating one exercice for one of my former students in a secondary school center I worked as a Psychologist.If you are considering making a donation to support this project, please feel free to do so. Your contribution will motivate me to dedicate more time to enhancing this application and developing others that will have a positive impact on the educational community.
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.me/blackcub3s)
You can see the live site at [https://blackcub3s.github.io/appTEA/](https://blackcub3s.github.io/appTEA/).
# USE CASE EXAMPLE
Down below you can see a time-lapse video of the application in operation. In essence the app will check wether or not the result is correct each time the user presses "comprova" button.
![timeLapse application](./images/timeLapse-appTEA.gif)
The app generates random integer numbers for each element of the grid making it a new grid every time the user presses "regenera" (regenerate) or refreshes the webpage.