Skip to content

theOnlyGian/MyToDoList-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Site view!

What is this app about?

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.

Is it missing something?

Yes, ajax and a lot of stuff. (sadly)

How to run this app locally

Setup

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.

1. Clone this repository

$ git clone https://github.com/Snowmaru0283/MyToDoList-Web-App.git

2. Make the migrations

Go to the project's directory and execute the following commands.

$ python manage.py makemigrations
$ python manage.py migrate

3. Run the server

$ python manage.py runserver

Let me know what you think about it and suggest me anything!

About

A to do list app made with Django.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published