1.0.7 • Published 7 months ago

learning_management_system v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
7 months ago

Learning Management System (LMS)

Welcome to the Learning Management System (LMS) project. This is a simple command-line application that allows you to manage courses and students.

lms

Prerequisites

Before you can run this application, make sure you have the following installed:

Getting Started

  1. Make sure you have Node.js installed on your computer.

  2. Clone this repository or download the source code.

  3. Install the project dependencies.

You can install this calculator globally using npm by running the following command:

npm i learning_management_system

This addition informs users that they can run your program using

npx learning_management_system

making it convenient for those who don't want to install it globally.

Features

  • Add Students: You can add new students to the system and assign them to specific courses.

  • Edit Student Information: Modify student details, including their name and course.

  • Delete Students: Remove students from the system.

  • View Student List: Get a list of all registered students and their course information.

  • View Course Information: Check details about available courses.

Usage

When you run the application, you will be presented with a main menu where you can choose between managing courses or students. Follow the on-screen prompts to perform various actions.

Contributing

If you would like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bugfix: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m "Description of your changes".
  4. Push your changes to your fork: git push origin feature-name.
  5. Create a pull request from your fork to the main repository.

Acknowledgments

This project uses the following libraries:

Thank you for using the Learning Management System! If you have any questions or encounter any issues, feel free to open an issue.

License

This project is licensed under the ISC License

1.0.7

7 months ago

1.0.6

7 months ago

1.0.5

7 months ago

1.0.4

7 months ago

1.0.3

7 months ago

1.0.2

7 months ago

1.0.1

7 months ago