April Li, Henry Bach, Jing Yi Feng, Joseph Jeon
- Joseph (PM): JavaScript, HTML, Rat
- Henry: JavaScript, HTML, Beaver
- April: Flask, Database, Frog
- Jing: Front End Framework, Database, Fox
Our website hosts virtual notepads. Each user can freely create as many notepads as they desire and edit them. Users may create post-its and edit them as they please. Users may also freely draw on notepads and clear them. Users may also delete the notepad.
git clone [email protected]:josephjeon30/women-in-stem.git
cd women-in-stem/app
python3 -m venv venv
. venv/bin/activate
pip install -r requirements.txt
python3 __init__.py
http://127.0.0.1:5000