Skip to content

Ulitmate desktop app to help you during temtem fights

License

Notifications You must be signed in to change notification settings

TheSmartMonkey/temtem

Repository files navigation

Temtem

Ulitmate desktop app to help you during temtem fights

If you like my app and want to support me, I'd appreciate a coffee :)

"Buy Me A Coffee"

DOWNLOAD

APP IMAGE

Fonctionnalities

  • Temtem table on damages by type

  • Temtem table on resistance by type

  • Temtem datatable on every temtem with there types

For Devs

  • Start the project

    git clone https://github.com/TheSmartMonkey/temtem.git
    npm install
    npm install -g @angular/cli
    npm start
  • Create the installer

    npm run electron:build

    Go in the release folder. Then click on temtem Setup 9.0.7.exe

    It should install the app

What I Learned

  • Use a angular project with electron : angular-electron

  • Use a service with BehaviorSubject to share a variable between components

  • Parse a API using nodejs

  • Resize hundreds of images with a nodejs script

  • Discovered a new API : temtem-api

  • Create a installer of an angular-electron project