Chinmay2660 / ui-tournament

Tournament is a web application that allows users to organize and track tournaments. Users can enter details for each match, including team names, match number, game type (single or double), player names, and the winner's team name. The application then provides a convenient way to view entered match details and overall winners.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tournament

Tournament is a web application that allows users to organize and track tournaments. Users can enter details for each match, including team names, match number, game type (single or double), player names, and the winner's team name. The application then provides a convenient way to view entered match details and overall winners.

Table of Contents

Features

  1. Enter details for each match:

    • Team names
    • Match number
    • Game type (single or double)
    • Player names
    • Winner's team name
  2. View entered match details:

    • Match number
    • Winner team name
  3. Track overall winners of the tournament.

Usage

  1. Open the application in your web browser.
  2. On the home page, enter details for each match using the provided form (team names, match number, game type, player names, winner's team).
  3. Click "Submit" to save the match details.
  4. Navigate to the "View" page to see a list of entered matches with match numbers and winner team names.
  5. Track the overall winners on the "Overall Winners" page.

Getting Started

To get started with UI Tournament, follow these steps:

  1. Clone the repository:
    git clone https://github.com/Chinmay2660/ui-tournament.git
    cd ui-tournament
  2. Install Dependencies:
    npm install
  3. Start the application:
    npm start
  4. Open your browser and visit:
    http://localhost:3000
    

Contributing

If you would like to contribute to UI Tournament, please follow our contribution guidelines.

About

Tournament is a web application that allows users to organize and track tournaments. Users can enter details for each match, including team names, match number, game type (single or double), player names, and the winner's team name. The application then provides a convenient way to view entered match details and overall winners.


Languages

Language:JavaScript 88.6%Language:HTML 7.4%Language:CSS 4.0%