Skip to content

an application to memorize russian words built with django

Notifications You must be signed in to change notification settings

noikis/Russian-Memo

 
 

Repository files navigation

Russian-Memo

An application to memorize russian words built with django. in this application teachers can create tests and see the scores of the students. Students can answer tests, create cards and memorize them using the supermemo2 algorithm (a space repetition algorithm). Students can also play games like the hangman.

alt text

Getting Started

git clone https://github.com/noikis/Russian-Memo.git

cd Russian-Memo

python -m venv venv

### in a Bash  Command Shell
source venv/Scripts/activate

### in Windows Command Shell :
venv/Scripts\activate.bat

pip install -r requirements.txt

python manage.py migrate

python manage.py collectstatic

python manage.py runserver

Open localhost:8000

About

an application to memorize russian words built with django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 52.7%
  • HTML 35.2%
  • JavaScript 7.4%
  • CSS 2.6%
  • SCSS 2.1%