tiago-web / Tournament-trees

๐ŸŒฒ Tournament tree app that helps users to organize their championships. Built with ReactJS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โš ๏ธThis project is under development.๐Ÿšง

Tournament-trees

Manage your championships

Author GitHub top language Stars Issues

๐Ÿ“Œ Table of Contents

๐Ÿ”— Features

  • ๐Ÿ›  Tournaments CRUD
  • ๐Ÿ” Filter existing Tournaments
  • ๐Ÿ“‹ Set the number of teams participating in the tournament
  • ๐ŸŽฐ Decide whether you want to get a random winner or if you prefer to define after each match

๐Ÿ‘ท Installation

You need to install Node.js. In order to clone the project via HTTPS, run this command:

git clone https://github.com/tiago-web/Tournament-trees.git

SSH URLs provide access to a Git repository via SSH, a secure protocol. If you have a SSH key registered in your Github account, clone the project using this command:

git clone git@github.com:tiago-web/Tournament-trees.git

Install dependencies

yarn install or npm install

๐Ÿ”’ Dependencies

๐Ÿ Getting Started

Run the following command in order to start the application in a development environment:

yarn start or npm start

๐Ÿ“ฎ FAQ

Question: What is the technology used in this project?

Answer: The tecnology used in this project is React.

๐Ÿ”จ Issues

Feel free to file a new issue with a respective title and description on the Tournament-trees repository. If you already found a solution to your problem, i would appreciate to review your pull request!

๐Ÿ“– License

Released in 2020. This project is under the MIT license.

Made with โค๏ธ by Tiago Soriano ๐Ÿš€

About

๐ŸŒฒ Tournament tree app that helps users to organize their championships. Built with ReactJS

License:MIT License


Languages

Language:JavaScript 85.7%Language:CSS 11.5%Language:HTML 2.8%