A simple, minimalist diary app. Your data stays private, saved locally in your browser.
Visit the application at: https://almondbarista.netlify.app/
The project features include
- Daily input - Enter and save your thoughts in a text box
- History overview - Browse and navigate through previous entries
- Local storage - All data is stored locally in your browser using IndexedDB
- Data transfer - Easily transfer data between browsers with the "download data" and "upload data" buttons
- Frontend: React, TypeScript, Vite
- Styling: CSS
- Data storage: IndexedDB, Dexie.js
- Hosting: Netlify
- Clone the repository
git clone git@github.com:stefan5441/almondbarista.git
cd almondbarista- Install npm packages
npm install- Start the app
npm run devContributions are welcome! Please feel free to submit issues, feature requests, or pull requests.