/To-Do-List

C#/.Net console to do list application with basic functionality to record Items

Primary LanguageC#

To Do List

A C# console to do list application with basic functionality to record Items., March 2, 2020

By Benjamin Thom

Description

A to do list a user can utilize to manage and track tasks, items, etc.

Preview

Landing Page Preview

Project Specifications

Behavior Input Output

Setup/Installation Requirements

In Terminal:

  • Navigate to where you want this application to be saved, i.e.: cd desktop
  • Clone the file from GitHub with HTTPS git clone https://github.com/benjamin-thompdx/To-Do-List.git
  • Open file in your preferred text editor
  • On Mac: open -a {your text editor} To-Do-List
  • On Windows: To-Do-List

Download Manually:

  • Navigate to https://github.com/benjamin-thompdx/To-Do-List.
  • Click the green "Clone or Download" button.
  • Click "Download ZIP".
  • Click downloaded file to unzip.
  • Open folder called "To-Do-List".
  • Right-click "index.html" and select your preferred browser or text editor.

Note For Editors:

  • Download the .NET Core SDK Software Development Kit

  • Open the .Net Core SDK file and install

  • To confirm installation was successful, run the $ dotnet --version command in your terminal

  • Install dotnet script, run the $ dotnet tool install -g dotnet-script command in your terminal

  • Restart your terminal to complete installation, and run the $ dotnet run command to run application within your terminal - Note: To exit, simply press Ctrl + C

Known Bugs

No known bugs at this time.

Support and contact details

Have a bug or an issue with this application? Open a new issue here on GitHub.

Technologies Used

  • C#
  • .Net Core

License

MIT

Copyright (c) 2020 Benjamin Thom