Home
Softono
todo

todo

Open source Python
13
Stars
22
Forks
1
Issues
2
Watchers
6 years
Last Commit

About todo

Simple todo cli program written in rust

Platforms

Web Self-hosted Linux Windows Android

Languages

Python JavaScript TypeScript Java Go Rust C# C Shell Kotlin

TODO WEBAPP

A basic todo app build using Django,In this web app, one can create notes like Google Keep or Evernote.

why Django ?
Django is a high-level Python Web framework based web framework that allows rapid development and clean, pragmatic design.
read how to create on geeksforgeeks

Dependencies

Django to install django $ pip install django
read more about installation

crispy_forms

to install crispy forms $ pip install --upgrade django-crispy-forms
read more about crispy forms

Basic setup

$ git clone https://github.com/itsvinayak/todo.git 
$ cd todo
$ python manage.py makemigrations && python manage.py migrate

Now,run the server to see your todo app

$ python manage.py runserver

Screenshot

alt text




made by vinayak 🧟