Individual assignment at Codaisseur Academy.
React App for evaluating students. As user, you can add new classes, new students, rate students(with red, yellow or green) for each day and ask random student a questions(algorithm for asking questions: RED students get ~50% of the questions YELLOW students ~33%, and GREEN students ~17%.).
Make sure you have NodeJS and Yarn installed. Don't forget to run student_api as well.
git clone git@github.com:anjarupnik/student_evaluations.git
cd student_evaluations
yarn install
yarn start