Learning Log is a web application built using Django that serves as an online journal system. It allows users to track information they've learned about specific topics.
- User Registration and Authentication: Users can register, log in, and manage their accounts.
- Topic Management: Users can create, view, and edit topics.
- Entry Logging: Add, edit, and view entries for specific topics to track learning progress.
- User Privacy: Each user’s topics and entries are private.
- Backend Framework: Django (https://djangoproject.com/)
- Frontend: Django Templates (HTML, CSS)
- Database: SQLite
- Deployment: Suitable for local or cloud-based hosting