Skip to content

TrojanVoid/to-do_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

Table of Contents

Overview

screenshot

Built With

  • HTML
  • CSS
  • Django

How To Use

To clone and run this application, you'll need Git

# Clone this repository
$ git clone https://github.com/aaron-clarusway/django_TODO_APPS.git

# Install dependencies
    $ python -m venv env
    > env/Scripts/activate (for win OS)
    $ source env/bin/activate (for macOs/linux OS)
    $ pip install -r requirements.txt

# Run the app
$ python manage.py runserver

About

To-do tracker website app built with Django framework.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published