# 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: - [x] Log in - [x] Auth - [x] Auth errors - [x] Session set - [x] Logout - [x] Card Area - [x] List cards - [x] Add cards - [x] Edit card - [x] Delete card - Card Memorization - [x] Card type toggle - [x] Flip card - [x] Mark as known, next card - [x] Next card - [x] Card filters