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.
- Host: GitHub
- URL: https://github.com/ai-balushi/project10_oop
- Owner: AI-Balushi
- Created: 2024-05-15T04:26:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-15T04:26:46.000Z (about 2 years ago)
- Last Synced: 2025-01-21T03:45:07.348Z (over 1 year ago)
- Topics: oop-typescript
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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