Initial commit

This commit is contained in:
2026-07-17 10:00:37 +01:00
commit 2840936b97
5 changed files with 2143 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# Media Tracker
A dependency-free web app for tracking movies, TV shows, books, and games.
## Run
Open `index.html` in a browser, or serve this folder with the included static server:
```powershell
node server.js
```
Then open `http://localhost:5173`.
## Data
The tracker stores items in browser `localStorage`. Use the Export and Import buttons to move or back up your collection.
## Search Sources
- Movies: Wikipedia through the MediaWiki Action API
- TV shows: TVmaze API
- Books: Open Library Search API
- Games: CheapShark API
If a search source is unavailable, add the item manually.