lms
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
- Install VS Code.
- Clone the repository using github How to.
- In the terminal, enter
npm install
to install all dependencies. - Enter
npm run start
after the dependencies are installed. - The site will be visible on
localhost:3000