Skip to content

Ishitva744/Django-NotesApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-NotesApp

GitHub

Description

A simple notes app built using Django framework with login functionality and CRUD (Create, Read, Update and Delete) operations for managing notes.

Features

  • User authentication and login system.
  • Add, delete, and update notes functionality.
  • Responsive design using CSS and Bootstrap.

Languages and Frameworks Used

Installation

  1. Clone the repository:
git clone https://github.com/<your-github-username>/Django-NotesApp.git

For Windows

  1. Use package manager pip to install Django. (You should create a virtual environment first if you want.)
pip install django
  1. Apply Migrations
python manage.py migrate
  1. Run the development server
python manage.py runserver
  1. Access the application at http://localhost:8000 in your web browser.

Note

As this project uses bootstrap framework, it requires an internet connection to work. The app will run without any issues but the front-end layout will not work properly.

Usage

  • Register for a new account or login if you already have one.
  • Once logged in, you can add, delete, and update your notes.
  • Enjoy organizing your notes efficiently!

Future Improvements

  1. Improve the UI and make it more user-friendly.
  2. Update the bootstrap framework version.
  3. Include more functionality in the NotesApp.

Contributing

Contributions are welcome! For major changes, please open an issue first to discuss what you would like to change.

License

This project is licensed under the MIT License.

About

This is a project on Django to create a simple notes app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors