Skip to content

Latest commit

 

History

History
51 lines (40 loc) · 1.21 KB

README.md

File metadata and controls

51 lines (40 loc) · 1.21 KB

Tournament Tracker Application

Amazing application for tournaments and competitive
Explore the docs »

View Demo

About The Project

A Tournament tracker that sets up a schedule for teams to play each other in a single-elimination style matchups. I made this project for learning purpose

Built With

The C# "technology" I use in this project inclues:

  • Multi-form WinForms application
  • In-dept class library
  • SQL database
  • Text File Storage
  • Dapper
  • Linq
  • Interfaces
  • Emailing
  • Custom Events

Getting Started

This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.

Prerequisites

You need to install .Net

Installation

  1. Clone the repo

    git clone https://github.com/DevilKo0l/tournament-tracker-app.git
  2. Import database

  3. Run the project

    CTRL + F5