2016-06-30 19:03:09 -07:00
2016-06-30 19:03:09 -07:00
2016-06-30 19:03:09 -07:00
2016-06-30 19:03:09 -07:00
2016-06-30 02:59:45 +00:00
2016-06-30 19:03:09 -07:00
2016-06-30 19:03:09 -07:00
2016-06-30 02:08:43 +00:00

Computer Science Flash Cards

This is a little website I've put together to allow me to easily make flash cards and quiz myself for memorization of:

  • general cs knowledge
    • vocabulary
    • definitions of processes
    • powers of 2
    • design patterns
  • code
    • data structures
    • algorithms
    • solving problems
    • bitwise operations

Will be able to use it on: - desktop - mobile (phone and tablet)

It uses:

  • Python 3
  • Flask
  • other things I need to figure out

To Do:

  • Log in
    • Auth
    • Auth errors
    • Session set
    • Logout
  • Admin Area
    • Admin welcome
    • Vocab
      • List cards by type
      • Add cards
      • Edit card
      • Delete card
    • Code
      • List cards by type
      • Add cards
      • Edit card
      • Delete card
  • Card Memorization
    • Card type toggle
    • Show card
    • Flip card
    • Next card
    • Last card
    • Mark as known
Description
Mini website for testing both general CS knowledge and enforce coding practice and common algorithm/data structure memorization.
Readme 487 KiB
Languages
HTML 53.6%
Python 35.1%
JavaScript 5%
CSS 5%
Dockerfile 0.8%
Other 0.5%