Skip to content

carltonstith/HolidayCountdownMVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Holiday Countdown MVC

GitHub issues GitHub stars GitHub forks GitHub Follow Twitter Follow

Holiday Countdown MVC is a gift list keeping application that allows a user to do create, update, store, and delete gifts to buy that special someone.

This application uses .NET Core 3.1 and SQL Server.

Prerequisites

Before you begin, ensure you have met the following requirements:

  • You have installed the latest version of .NET Core
  • You have a Mac, Linux, or Windows machine and Visual Studio or Visual Studio for Mac.
  • You have read C# Documentation.

Installing HolidayCountdownMVC

To install HolidayCountdownMVC, follow these steps:

Linux and macOS:

git clone

Windows:

git clone

Using HolidayCountdownMVC

To use HolidayCountdownMVC, follow these steps:

git clone
dotnet restore
dotnet run

Contributing to HolidayCountdownMVC

To contribute to <project_name>, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b <branch_name>.
  3. Make your changes and commit them: git commit -m '<commit_message>'
  4. Push to the original branch: git push origin <project_name>/<location>
  5. Create the pull request.

Alternatively see the GitHub documentation on creating a pull request.

Contact

If you want to contact me you can reach me at carlton215@gmail.com or @carltonstith.

License

This project uses the following license: MIT.