Skip to content

Django webapp to create customized color notes and saving them per user.

Notifications You must be signed in to change notification settings

TenmaChinen/color-notes-dj

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django webapp to create customized color notes and saving them per user.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published