Skip to content

Full functional learning management system for private institutes. This is the Angular front-end of this project.

Notifications You must be signed in to change notification settings

miyurugunarathna/aspire-frontend

Repository files navigation

Aspire. Frontend (Angular)

The Learning Management System - Aspire.

Aspiration of Education Inspiration

Learning Management System (LMS) is a Web Application which connects the teachers and the students to perform online delivery of educational courses. It provides an all-in-one platform where teachers can deliver courses for which students can enroll. The COVID-19 pandemic has led to closure of Educational Institutions. This has affected not only the education of the students, but also the teachers and economy of the country. To provide a solution for this problem, we chose to develop an online Learning Management System to deliver courses online. The main importance of this platform is to generate income by providing educational services.

Design Prototype

Link to figma design prototype View

Contribution Guide (Only for the Project Team)

  1. Clone the repository
git clone https://github.com/miyurugunarathna/aspire-frontend.git
  1. Create a feature branch with meaningful name and check it out locally. Please make sure to give a meaningful name to your branch. See the guide for the more details Link
git checkout -b [branch_name]
  1. Do your modification in the branch you have been created

  2. Stage and commit changes you have been made with a meaningful commit message

git add .
git commit -m "[commit_message]"
  1. Push the feature branch to the central repository
git push -u origin [branch_name]
  1. Finally make a Pull Request. See the guide for more details Link

Link

Angular Documentation https://angular.io/docs
Angular Cli https://angular.io/cli
JavaScript https://developer.mozilla.org/en-US/docs/Web/JavaScript
A re-introduction to JavaScript https://developer.mozilla.org/en-US/docs/Web/JavaScript/A_re-introduction_to_JavaScript
TypeScript Documentation https://www.typescriptlang.org/docs/
Node.js https://nodejs.org/en/
Visual Studio Code https://code.visualstudio.com/
Figma https://www.figma.com/

Contributors

About

Full functional learning management system for private institutes. This is the Angular front-end of this project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published