Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CSE 310 – Module #1: C# Programming Project

Overview

This project is my Module #1 submission for CSE 310. I selected the C# Programming Module, which required me to design and implement a functional C# console application demonstrating core programming concepts such as variables, input/output, loops, conditionals, functions, and data structures. The purpose of this module is to show my ability to build, test, and explain a working software program using C#.

Features Implemented

  • User input handling
  • Input validation and error checking
  • Loops (for and while)
  • Conditional logic (if/else)
  • Functions/methods with parameters and return values
  • Use of a List to store task objects
  • Clear and formatted console output
  • Modular code structure
  • Comments on all functions

How to Run the Program

1. Clone the repository

https://github.com/ssmithope/TaskManagerApp

2. Open the project

Use Visual Studio or VS Code with the C# extension installed.

3. Build and run

dotnet run

Demo Video

A full demo and code walkthrough video is available here:
https://www.youtube.com/watch?v=ARNKplaf-IQ

Project Structure

TaskManagerApp/ Program.cs TaskManagerApp.csproj README.md .gitignore

Reflection

This module strengthened my understanding of C# syntax, logic flow, and debugging. I practiced breaking a larger project into smaller tasks, writing modular code, and improving readability. Completing this module helped me gain confidence in building console applications from scratch.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages