Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 716 Bytes

File metadata and controls

27 lines (21 loc) · 716 Bytes

Dart Console Projects

This repository contains a collection of small Dart console applications created for practice and learning purposes. Each project demonstrates different concepts and features of the Dart programming language.


Directory Structure

Below is the structure of the repository:

Dart-Console-Projects/
├── task_management_system/
│   └── bin/
│   	└── source codes
├── student_management_system/
│   └── bin/
│   	└── source codes
├── quiz_system/
│   └── bin/
│   	└── source codes
├── shopping_cart_system/
│   └── bin/
│   	└── source codes
├── LICENSE
└── README.md