Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 788 Bytes

Subitize

Subitize (v.): to rapidly, accurately, and confidently perceive the number of objects without counting

This project is a web app that redesigns Occidental College's Course Counts with a friendlier user interface that simultaneously offers more flexibility. The long-term goal is to supersede Course Counts by serving all student-side course scheduling needs, including graduation and major/minor planning.

The live app can be found at https://justinnhli.com/subitize.

Running Locally

This app requires Python 3. The following will host a local clone of the site:

git clone https://github.com/justinnhli/subitize.git subitize
cd subitize
pip install -r requirements.txt
python3 subitize-app.py