Skip to content

PrinceMayur007/todo_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ToDo App

TODO App - A beginner app

This sample app is made for anyone who is looking for an example of how to create an app using Flask.

This project demonstrates use of CRUD operations.

This service calls a local sqlite database. Please see the flask documentation for more details.

This projet was written using Visual Studio Code.

You can visit the app here: https://todo-princem.herokuapp.com/

Note: This is only for personal use. Commercial use of this link is not allowed.

Features

  • Database initialization (Sqlite)
  • CRUD Functionality
  • Modern user interface
  • Bootstrap 5 framework
  • Limited custom css/js
  • Easily customizable

Installation

To use this template, your computer needs:

Extension Used

This is helper extensions used for productivity installed in VS code.

  • Live Server
  • Jinja2 Snippet Kit

Setup

git clone https://github.com/PrinceMayur007/todo_app.git
cd todo_app
pip install -r requirements.txt
python app.py

Documentation

The folders named static and templates are required.

The app uses local sqlite database.

The template file base.html is used as a shell by the other two HTML templates. This means they insert content into base.html according to Jinja2 template rules.

The app is deployed on Heroku (free for personal use).

Debug is TRUE.

Local Guide

Contributing

Contributions are always welcome!

Please take a look at contributing guidelines if you're interested in helping!

Please adhere to this project's code of conduct.

About

This is todo_app created to demonstrate the use of python flask.

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors