This is an interactive educational web app that teaches the basics of color theory in under 10 minutes. It includes lessons, quizzes with instant feedback, a color mixing game and a color wheel and tint / shade widget.
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtMake sure you are in the UID/final Directory
python app.pyOnce running, visit http://127.0.0.1:5000/ in your browser.
/home.html— Home Page/lesson/1— Lessons/quiz/1— Interactive quizzes/results.html— Final quiz results page/mixing-game.html— Hands-on color mixing game
final/
├── app.py
├── requirements.txt
├── templates/
│ ├── *.html
├── static/
├────── *js
│ └── main.css (styles)