This is a simple app that lets you create an account and add tasks. You can create, view, update and remove tasks. I used Django webframework along with html, css and javascript. I created this app to learn about basic CRUD with Django.
Yes, ajax and a lot of stuff. (sadly)
Make sure to have Python and Django installed in you computer. Head over to https://www.python.org/downloads/ and https://www.djangoproject.com/download/ for the download guide. Once you have downloaded Python and Django, run the following commands inside your git enabled terminal.
$ git clone https://github.com/Snowmaru0283/MyToDoList-Web-App.git
Go to the project's directory and execute the following commands.
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver
Let me know what you think about it and suggest me anything!
