Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praneethkarnena/django-notes
A simple Notes application built using Django, PostgreSQL, HTML, CSS & jQuery.
https://github.com/praneethkarnena/django-notes
css django html jquery notes notes-app python python3 sharing
Last synced: about 2 months ago
JSON representation
A simple Notes application built using Django, PostgreSQL, HTML, CSS & jQuery.
- Host: GitHub
- URL: https://github.com/praneethkarnena/django-notes
- Owner: PraneethKarnena
- Created: 2019-08-09T07:54:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-22T22:03:34.000Z (over 2 years ago)
- Last Synced: 2024-04-17T00:59:19.784Z (9 months ago)
- Topics: css, django, html, jquery, notes, notes-app, python, python3, sharing
- Language: HTML
- Size: 42 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Django Notes
A simple Notes app built using Django.**Tools:**
- Django
- PostgreSQL
- jQuery
- HTML
- CSS
- Heroku**Features:**
- Each user can signup with name, mobile and password
- Each user can login with mobile and password
- Each user can: `Add`, `Edit`, `Delete` & `Read` a Note
- User can search other users in the network by mobile or name
- User can choose to share their notes with one or more users in the network with access levels: `View`, `Edit`
- User can choose to share notes anytime after creation.
- Owner of the notes can remove any access level anytimeDemo: [https://django-notes-application.herokuapp.com/](https://django-notes-application.herokuapp.com/)