Skip to content

sojwal-patil/QuickNotes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QuickNotes 📝

QuickNotes Screenshot

QuickNotes Logo

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.

Features

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

Clone the repository

git clone https://github.com/sojwal-patil/QuickNotes.git

Navigate to the project directory

cd QuickNotes
Install dependencies
pip install django
Run migrations
python manage.py migrate

Start the development server

python manage.py runserver

Open in browser

http://127.0.0.1:8000/

About

QuickNotes is a Django-based notes app featuring forms with validation, models and migrations, and full CRUD functionality—create, view, edit, and delete notes through a clean, structured backend.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors