Skip to content

You can create your own study cards in the app and share them with other students. You can decorate the cards with pictures.

Notifications You must be signed in to change notification settings

OlgaKapskaya/cards

Repository files navigation

Cards training

When we collect the answer ourselves and generate it, the brain works more actively. That is why everything we have spoken and imagined is remembered better than what we have just seen and heard.

This principle is the basis of learning with cards. We see a question - one side of the card with an unfamiliar word or definition. We then try to find the answer on our own and, if we fail, we open the back side and check ourselves. In essence, each viewing of a stack of cards is a small personal exam, a test of knowledge. During such a test, information is absorbed better than in simple reading.

You can create your own study cards in the app and share them with other students. You can decorate the cards with pictures.

Authors:

Contributors

demo

Stack:

  • React
  • Redux-toolkit
  • Redux-router-dom
  • Typescript
  • ESLint
  • Prettier
  • MaterialUI

Environment Setup:

  1. Clone the project onto your machine
git clone https://github.com/OlgaKapskaya/cards.git
  1. Install packages
  • yarn
yarn install

WebStorm is preferred

  • Prettier WebStorm -> Settings -> Languages & Frameworks -> JavaScript -> Prettier -> check the following:

  • Prettier Package ~/dev/path-to-project/node_modules/prettier

  • Run for Files: {**/*,*}.{js,ts,jsx,tsx}

  • on 'Reformat Code action'

  • on Save

  • ESlint WebStorm -> Settings -> Languages & Frameworks -> Code Quality Tools -> ESlint -> check the following:
  • Automatic ESLint configuration
  • Run for Files: {**/*,*}.{js,ts,jsx,tsx,html,vue}
  • Run eslint --fix on save

About

You can create your own study cards in the app and share them with other students. You can decorate the cards with pictures.

Topics

Resources

Stars

Watchers

Forks