Coder Social home page Coder Social logo

ingeniousfrog / django-flutter-todo Goto Github PK

View Code? Open in Web Editor NEW

This project forked from reecerose/django-flutter-todo

0.0 1.0 0.0 60 KB

Todo application made with Flutter (Front-end) and Django (Back end)

License: MIT License

Python 37.66% Kotlin 2.07% Swift 2.51% Objective-C 0.23% Dart 56.43% HTML 1.10%

django-flutter-todo's Introduction

Todo Application

Flutter + Provider + django + django REST Framework

About

Todo application made with:

Features

  • Create a new task
  • Complete a task
  • Delete a task
  • View incomplete tasks
  • View complete tasks

Setup

# clone the project
git clone [email protected]:ReeceRose/django-flutter-todo.git djang-flutter-todo
# install pipenv if not installed already
pip install pipenv
# install all python packages
pipenv install -r requirements.txt
pipenv shell

# setup backend
cd Backend
# make / apply all migrations
python manage.py makemigrations
python manage.py migrate
# create new super user
python manage.py createsuperuser
# run python server (http://localhost:8000)
python manage.py runserver

# open new terminal and go to the Mobile folder to setup front-end
cd Mobile
# get flutter packages
flutter packages get
# run Flutter project
flutter run

Screenshots

Home screen

This is the home screen. From here you can see all of your tasks, add new tasks, and delete tasks

Add item

Here you can add any task

Multiple tasks

Here you can see how it looks with multiple tasks added

Progress on multiple tasks

Here you can see how it looks with multiple tasks in different progression states

Completed tasks

Here you can see the compelted tasks tab

Incomplete tasks

Here you can see the incompelte tasks tab

django-flutter-todo's People

Contributors

reecerose avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.