Dark Mode
Learning Management System decoration

Learning Management System

I was hired to work on a Learning Management System (LMS) in React.  The frontend communicated with a Flask RESTful API.  It inspired me to learn Flask by building SnippetPad , an app for saving, tagging, and filtering code snippets.

The custom LMS had features such as slideshows for students, quizzes, grading, building and scheduling classes, and group work organization.  Instructors and students would log in through the same interface where they would have access to the modules they required.  Instructors could build informational slideshows, and quizzes, then combine those into a course for students to follow.

My job was to use React, Redux, Webpack and SASS to build a UI and have it communicate with the API.  I worked closely with the backend team for bug fixes and new features.