https://github.com/k2on/solo-2
https://github.com/k2on/solo-2
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/k2on/solo-2
- Owner: k2on
- Created: 2026-02-10T17:50:39.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2026-02-10T18:09:49.000Z (5 months ago)
- Last Synced: 2026-02-10T21:25:17.543Z (5 months ago)
- Language: HTML
- Size: 26.4 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solo 2
- Netlify URL: [https://symphonious-truffle-0e5c95.netlify.app](https://symphonious-truffle-0e5c95.netlify.app)
- Backend language used: **PHP**
- Explanation of JSON persistence: All data is stored in backend/data/entries.json. The PHP API reads and writes this file on every CRUD operation. Data persists across browser refreshes, incognito windows, and different devices because it lives on the server, not in localStorage.