A minimalist journaling application that focuses on simplicity and ease of use. Built to help users maintain daily journal entries with minimal friction.
https://micro-journal.netlify.app/
- 📝 Quick bullet-point journaling
- 🔄 Offline-first with local storage sync
- 📱 Responsive design (mobile & desktop)
- 👤 Basic user authentication
- 🌐 Cross-device synchronization
- 🎨 Dark mode interface
- React (Create React App)
- React Router for navigation
- SCSS for styling
- Local Storage for offline data persistence
- Netlify for deployment
- Express.js
- SQLite with Sequelize ORM
- Basic REST API
- Render for deployment
- Basic authentication (no password protection)
- Limited formatting options for journal entries
- No data encryption at rest
- No rich text or media support
- Basic error handling
- Limited test coverage