lms icon indicating copy to clipboard operation
lms copied to clipboard

A complete Learning Management System with Student, Teacher and Admin dashboards built using React, react-redux-firebase, reactstrap and Firebase.

Learning Management System - Project

Tech Stack

  • React.js (create-react-app)
  • Bootstrap (reactstrap)
  • react-redux-firebase
  • react-redux
  • redux-firestore
  • Firebase

How to run it locally

  1. Install VS Code.
  2. Clone the repository using github How to.
  3. In the terminal, enter npm install to install all dependencies.
  4. Enter npm run start after the dependencies are installed.
  5. The site will be visible on localhost:3000