A terminal program to reinforce learning using the Feynman learning method. C mini project, 2nd semester, a work in progress
-
Input as raw text
-
Input as PDF using OCR
-
Input as typed text
-
Comparison of those two
-
Scoring system (Perfect/satisfactory/unsatisfactory...)
- Clone the repo and unzip and open
- In your shell terminal, type
make
to compile the program make run
will compile and run the program- To cleanup, execute
make clean
to remove the generated files.