Skip to content

kpundt93/to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To Do List

By: Katie Pundt, Karen Axon, and Matt Luker

A basic to do list application

Technologies Used

  • C#
  • .NET
  • MSTest
  • ASP.NET Core
  • Razor
  • NuGet
  • git
  • GitHub

Description

A basic to do list application to practice using MSTest and the MVC framework.

System Requirements

Setup/Installation Requirements

  • Navigate to https://github.com/kpundt93/to-do-list
  • Click on the green "Code" button and copy the repository URL or click on the copy button
  • Open the terminal on your desktop
  • Once in the terminal, use it to navigate to your desktop folder
  • Once inside your desktop folder, use the command git clone https://github.com/kpundt93/to-do-list.git
  • After cloning the project, navigate into it using the command cd to-do-list/ToDoList.Tests
  • Then run the command dotnet restore to install project dependencies
  • Run the command dotnet build to build and compile the project
  • If you would like to run the project tests, run the command dotnet test
  • If you would like to run the project in the browser, switch to the ToDoList directory using the command cd ../ToDoList
  • Once in the ToDoList directory, run the command dotnet run

Known Bugs

  • No known bugs

License

MIT License: https://opensource.org/licenses/MIT

Copyright (c) 2021 Katie Pundt, Karen Axon, and Matt Luker

About

Epicodus homework lessons from weeks 9-11

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published