student-lms
v1.0.1
Published
Word counter node js applictaion using inquirer boxen chalk
Downloads
3
Maintainers
Readme
// Start the App npx student-lms;
Student Management System
Student Management System is a command-line word counting application built with Node.js and Inquirer, boxen and chalk. It allows users to test their knowledge by answering a series of multiple-choice questions.
Installation
- Clone the repository:
git clone https://github.com/alemughal/Typescript-Projects.git
- Navigate to the project directory:
cd Typescript-Projects
- Install the dependencies:
npm install
Usage
To start the app, run the following command in your terminal:
npx student-lms