https://github.com/thesmartmonkey/temtem
Ulitmate desktop app to help you during temtem fights
https://github.com/thesmartmonkey/temtem
angular angular-electron electron temtem
Last synced: 10 months ago
JSON representation
Ulitmate desktop app to help you during temtem fights
- Host: GitHub
- URL: https://github.com/thesmartmonkey/temtem
- Owner: TheSmartMonkey
- License: mit
- Created: 2021-04-18T13:38:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-02-12T17:54:18.000Z (about 3 years ago)
- Last Synced: 2025-04-09T05:42:48.965Z (about 1 year ago)
- Topics: angular, angular-electron, electron, temtem
- Language: TypeScript
- Homepage:
- Size: 2.79 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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 :)
[](https://www.buymeacoffee.com/laurentvandelle)
[DOWNLOAD](https://github.com/TheSmartMonkey/temtem/releases)

## 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
```bash
git clone https://github.com/TheSmartMonkey/temtem.git
```
```bash
npm install
```
```bash
npm install -g @angular/cli
```
```bash
npm start
```
- Create the installer
```bash
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](https://github.com/maximegris/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](https://github.com/maael/temtem-api)
- Create a installer of an angular-electron project