Skip to content

tbhal/djangonote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Djangonote

  • Djangonote is a note keeping web application based on django as the name suggests.

  • This application has functionalities of adding notes, editing them, creating tags, adding tags with the notes.

  • We can also search the notes with the specific tags by clicking on the tag itself. It will show the notes associated with that tag.

Setting Up

  1. clone the repository git clone https://github.com/tbhal/djangonote.git

  2. Switch to the directory.

  3. Install the dependecies mentioned in requirements.txt file using pip install -r requirements.txt

  4. After this it's time to run the server. Run it using python manage.py runserver

Results

Login Page login

Register register

Authentication message if user is not valid authenticate

Basic Layout layout

Add Note addnote

Add Tag addtag

Search using Tag search

TO DO

  • add note button working
  • add images of working
  • add functionality to add images in notes

Thanks to @souldeux and thenewboston for their tutorials I completed it with their help you can checkout their tutorials here and here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published