Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 anytime

Demo: [https://django-notes-application.herokuapp.com/](https://django-notes-application.herokuapp.com/)