/ToDo

Primary LanguageC#

To Do List

This is a to do list with categories, 12/22/2020

By Svea Wade & Garret Brown

Description

This is a to do list application, you can add to do list items and organize them by category.

Setup/Installation Requirements

You can open it locally within your computer by cloning the repository here

Here are some instructions on how to do so:

  1. You will need an internet browser & a code editor installed on your computer. Examples include: VSCode.
  2. When you open the link above you will need to click on the "clone or download button"
  3. After it downloads you will need to open the document labeled “index.html"
  4. You will then need to clone it on your computer git Clone
  5. After you clone it you will need to open it in your preferred code editor
  6. You will then want to run the comman npm install followed y dotnet restore and dotnet build followed by dotnet run
  7. It will then open the project in the browser! I recommend using Chrome.

Known Bugs

There are no known bugs at this time

Support and contact details

You can reach out to either of us via email.

Technologies Used

  • Git
  • C#
  • MySQL
  • .Net Core
  • HTML
  • CSS
  • Bootstrap

Legal

I used the MIT license, see below: Copyright (c) 2020 Svea Wade Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.