mh20-sms
v1.0.1
Published
This project is a simple console based Student Management System. In this project you will be learning how to add new students, how to generate a 5 digit unique studentID for each student, how to enroll students in the given courses. Also, you will be imp
Downloads
2
Readme
CLI-based Student Management System with TypeScript
- This project implements a command-line interface (CLI) application for managing student data using TypeScript, Inquirer, and Chalk libraries.
Features
- Enroll students into courses
- Pay fees
- View student details
Technologies Used
- TypeScript: A superset of JavaScript that provides static typing for code safety and maintainability.
- Inquirer: A library for creating interactive command-line prompts.
- Chalk: A library for adding colors and styles to the terminal output for better user experience.