Skip to content

clarencesarmiento/What-to-do

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What to do?

MIT License Moodboard

A basic to-do list Desktop Application.

Screenshots

App Screenshot

Features

  • User Sign in and Registration
  • Add, View, and Delete Task

Tech Stack

Language: Python

GUI Framework: Tkinter / customtkinter

Database: SQLite3

Run Locally

Clone the project

git clone https://github.com/clarencesarmiento/What-to-do.git

Go to the project directory

  cd \What-to-do

Install dependencies

pip install -r -requirements.txt

Run the App

python what-to-do.py

Running Tests

To run tests, navigate to backend folder

cd \What-to-do\middleware

run the following command

pytest test_account_registration.py

Authors

Feedback

If you have any feedback, please reach me out at clarencemolinosarmiento@gmail.com

Appendix

Moodboard