Rails 6 re-write of Coursemology
Coursemology is an open-source gamified learning platform designed to enhance student engagement and make learning enjoyable. It is built on Ruby on Rails and utilizes components of React.js for the front-end.
Ruby on Rails, often referred to as Rails, is an open-source web application framework written in Ruby. Known for its convention over configuration and don't repeat yourself (DRY) principles, Rails simplifies and accelerates the development of database-backed web applications.
React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components