Term 3 Final Project-first year
## Project Description
This project is the final assignment for Term 3. It aims to create a scheduler application using C programming language. The scheduler will allow users to manage their tasks, set priorities, and track progress.
## Features
- Task creation and deletion
- Task prioritization
- Task progress tracking
- User-friendly interface
## Installation
To install the scheduler application, follow these steps:
1. Clone the repository: `git clone https://github.com/your-username/Scheduler_C.git`
2. Navigate to the project directory: `cd Scheduler_C`
3. Compile the source code: `gcc scheduler.c -o scheduler`
4. Run the application: `./scheduler`
## Usage
Once the application is running, you can use the following commands:
- `create`: Create a new task
- `delete`: Delete an existing task
- `prioritize`: Set the priority of a task
- `track`: Track the progress of a task
- `exit`: Exit the application
## Contributing
Contributions are welcome! If you have any suggestions or improvements, feel free to open an issue or submit a pull request.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.