[go: up one dir, main page]

Skip to content
This repository has been archived by the owner on Jul 5, 2022. It is now read-only.

nag763/electron-football-app

Repository files navigation

UnFootball

An electron based football app

program.gif

Get the app

Direct download

  • Latest version can be found here.

Building from source code

  1. Download the project
git clone https://github.com/nag763/electron-football-app
  1. Build the project
cd electron-football-app
npm install
  1. Run the project
npm start

General information

  • Maintener : LABEYE Loïc loic.labeye@pm.me

  • Technologies used :

    • Javascript

    • Electron

    • Atom IDE

    • Ubuntu OS

Project architecture

  • bin : binaries

  • doc : Documentation of the application

  • icons : List of icons used in app

  • js : Javascript used to do the calls to the apis and modifiy the display

  • reports : Reports of the tests, lints and cloc

  • views : html views

TODO

  • Change logo

  • Do JSDOC

  • Catch errors

  • Make better empty response handlers

  • Handle XSS atacks

  • Toasts for errors

  • ESlints fixs

  • Make a better UI

  • Implement UT and CI