QuickNotes is a simple and efficient Django-based Notes Application that allows users to create, view, edit, and delete notes. The project demonstrates core Django concepts such as forms, validation, models, migrations, and full CRUD operations.
1.Create notes with form validation
2.View all saved notes
3.Edit existing notes
4.Delete notes
5.Django models & migrations
6.Clean and beginner-friendly structure
7.Tech Stack
8.Python
9.Django
10.SQLite (default Django DB)
11.Setup Instructions
git clone https://github.com/sojwal-patil/QuickNotes.gitNavigate to the project directory
cd QuickNotesInstall dependenciespip install djangoRun migrationspython manage.py migratepython manage.py runserverOpen in browser

