Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 1.24 KB

README.md

File metadata and controls

50 lines (28 loc) · 1.24 KB

Color Notes Webapp

Description

Django webapp to create customized color notes organized by groups, write down your tasks, lists, ideas, whatever you need.

The app works in any device of any size.

Frameworks used:

  • Django 3.2.6

Standard library modules used:

  • Default django modules that came with Django.

Setup

  • Clone the repository in your local machine.

  • Install the needed libraries from requirements.txt with:

    pip -r requirements.txt
    
  • To create a new database, execute the next command line inside the project directory:

    python manage.py migrate
    
  • Run a local server by:

    python manage.py runserver
    
  • Finally, open the browser in the url that appears after running the server. Something like:

    http://127.0.0.1:8000/
    

Future Work

  • Add google auth as additional register method.
  • Add profile section to allow delete account.
  • Change notes and groups order functionality.
  • More Shortcuts to enhance user experience.

Screenshots

  • Login Section:

color-notes-2

  • Notes Section:

color-notes