Skip to content

Latest commit

 

History

History
34 lines (29 loc) · 708 Bytes

README.md

File metadata and controls

34 lines (29 loc) · 708 Bytes

PyneCone Notion

To-do App

To do app - add, delete tasks. Tasks are stored with date and time.

Team members

  1. Ashwin Sivasankaran
  2. Gopikrishna M A

How it Works ?

  • Demo video
to.demo.testapp.mp4

Libraries used

  • Python 3.9
  • Pynecone
  • NodeJS 16.8
  • SQLite3

How to configure

  • Installing
$ pip install pynecone
  • Create a Project
$ mkdir my_app_name
$ cd my_app_name
$ pc init

How to Run

$ pc run