@abdul_waheed/project10_oop
v1.0.0
Published
This is a simple command-line application that allows you to manage students and tasks. You can add students, add tasks, view students, view tasks, and exit the application.
Readme
Student and Task Manager
This is a simple command-line application that allows you to manage students and tasks. You can add students, add tasks, view students, view tasks, and exit the application.
Installation
Clone the repository:
git clone https://github.com/your-username/student-task-manager.gitInstall dependencies:
cd student-task-manager npm installRun the application:
npm start
Usage
Add Student: Add a new student to the list.
Add Task: Add a new task to the list.
View Students: View the list of students.
View Tasks: View the list of tasks.
Exit: Exit the application.
Contributing
Contributions are welcome! Please fork the repository and submit a pull request.
License
This project is licensed the ISC License
