Skip to content

a10mic/todo-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List

This app has ability for user login , add/delete todos, add/delete calendar events and managing todos and events.

Getting Started

Setup project environment with virtualenv and pip.

$ virtualenv project-env
$ source project-env/bin/activate
$ pip install django

# Clone the project repository
$ git clone https://github.com/dikshantj/todo-list.git 

# Run Django Server
$ cd todo-list/
$ python manage.py migrate
$ python manage.py runserver

Features

  • User login system
  • Todo lists
  • Calender Event Management

Contributing

I love contributions, so please feel free to fix bugs, improve things, provide documentation. Just send a pull request.