sahilgajjar / DreamCatcher

A todo list web application that allow user to manage tasks and goals

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DreamCatcher

⚠️ WARNING
The website is under development and is not ready for use !

A todo list web application that allow user to manage tasks and goals.

Running on local host

  • Install the django using python pip package manager.

  • clone this repo.

  • follow this commands

    python manage.py makemigrations
    
    python manage.py migrate
    
    python manage.py runserver
    

About

A todo list web application that allow user to manage tasks and goals


Languages

Language:Python 37.6%Language:HTML 35.2%Language:CSS 27.2%