The everything app, to use your (Framework) laptop as a smartphone replacement
self-hosted, libre and, extensible
Live Demo: http://46.101.90.169:5000/dashboard
Now that there is items in kitchen inventory you can add them to food diary
Need to update logic to change "-5 coins spent" to "added 5 coins". Not shown: Reward imagess
Not fully working, requires updates
Change data from initial setup page
install python if you don't have it
git clone https://github.com/shania-codes/thewhiteroom
cd thewhiteroom
Windows: python -m venv venv
macOS/Linux: python3 -m venv venv
Windows:
venv
venv\Scripts\activate
macOS/Linux:
source venv/bin/activate
pip install flask python-dateutil
flask run run Visit: http://YourServerIP:5000/