Skip to content

failkidz/tournament

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tournament

Simple tournament web app for two man teams.

Live demo

The web app is up and running at https://failkidz.com/tournament/

Develop

  1. Install dependencies:
npm install
  1. Build the bundle.js and watch for source code changes
npm start
  1. Open index.html in your browser

Build

To build the bundle.min.js file use following command:

npm run build

History

This idea started out as project for a school course but with the exception it was written in java and hosted with a Tomcat server. Therefor I decided to rewrite it in React to have it hosted on Github Pages.

Licence

MIT LICENCE

About

Tournament web app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published