This is a ReactJS project, is based on learning methods which use cards questions to reinforce program languages content.
This project i use to training the ReactJS. Is one web app to trainning contents about program languages, use cards with questions about your target diciplines to fix your learning.
You can clone the project and start on your local host or open the site hospeded here
Clone
git clone https://github.com/raferdev/zaprecall
Install Dependencies
npm i
Start Server
npm start
The browser will remote open on the local link on port 3000 (usually). Exemple .:
http://localhost:3000
- Click on 'Iniciar Recall' to play with the cards.
- Click on one card to see the question, next tink about the answer and click again.
- If you remenber the correct answer click on 'Zap!', if you almost didn't get it right you should click on 'Quase não lembrei', and if you don't remember you should click on 'Não lembrei'.
- In the end, when all the cards are answered, you will see one message in the bottom of the page which change with the relation of the three possibilities of answers.
- You can restart and try again.