An open API service indexing awesome lists of open source software.

https://github.com/ai-balushi/project10_oop

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.
https://github.com/ai-balushi/project10_oop

oop-typescript

Last synced: over 1 year ago
JSON representation

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.

Awesome Lists containing this project

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

1. Clone the repository:

```bash
git clone https://github.com/your-username/student-task-manager.git
```

2. Install dependencies:

```bash
cd student-task-manager
npm install
```

3. Run the application:

```bash
npm start
```

## Usage

1. **Add Student**: Add a new student to the list.

2. **Add Task**: Add a new task to the list.

3. **View Students**: View the list of students.

4. **View Tasks**: View the list of tasks.

5. **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