Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lowlighter/splatoon
🐙 Splatoon 3 checklist for completionists
https://github.com/lowlighter/splatoon
nintendo nintendo-switch splatoon splatoon3 webapp
Last synced: 14 days ago
JSON representation
🐙 Splatoon 3 checklist for completionists
- Host: GitHub
- URL: https://github.com/lowlighter/splatoon
- Owner: lowlighter
- License: other
- Created: 2022-09-13T00:30:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-20T18:53:58.000Z (7 months ago)
- Last Synced: 2024-10-04T13:39:21.839Z (about 1 month ago)
- Topics: nintendo, nintendo-switch, splatoon, splatoon3, webapp
- Language: TypeScript
- Homepage: https://splatoon.vercel.app
- Size: 2.03 MB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🐙 Splatoon 3 checklist
A web app to help Splatoon completionists in their progress tracking.
![](/images/screenshot.png)
## 🦑 Features
- Track your overall progress by marking gears as owned
- No account required, everything is stored under your browser
[local storage](https://developer.mozilla.org/docs/Web/API/Window/localStorage)
- Export/Import your progression
- Filter and sort gears by name, type, brand, and skills
- Support all languages officially supported by Splatoon## 🚀 Deploy your own instance
Add the following to vercel project:
Build command
deno task build || /vercel/.deno/bin/deno task build
Output directory.
Install commandcurl -fsSL https://deno.land/x/install/install.sh | sh
### 💻 Run locally
Install [deno runtime](https://deno.land) and run the following commands:
```shell
deno task build
deno task serve
```# 📜 License
App developped by [@lowlighter](https://github.com/lowlighter) and licensed
under [MIT License](/LICENSE)Based on the datamine of [@Leanny](https://github.com/Leanny)
Splatoon and all related copyrights/assets used in this app are the property of
Nintendo.