Skip to content

eddieX-2021/TodoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoList Web Application

Overview

This is a web-based To-Do List application designed to help users track their tasks visually. The app allows users to easily recognize tasks they've completed and those that still need to be done.

Features

  • Add, edit, and delete tasks
  • Visual representation of completed and pending tasks
  • User-friendly interface with HTML, CSS, and JavaScript
  • Database-backed task storage and user login info storage using SQL
  • Backend powered by Flask

Upcoming Features

  • Calendar Update: Visualize tasks on a calendar
  • Improved UX/UI: Enhancements to the overall user experience and design

Technologies Used

  • Backend: Flask (Python)
  • Frontend: HTML, CSS, JavaScript
  • Database: SQL (SQLite for now)

Demo

Sign-Up Page

Sign-Up Page

Login Page

Login Page

Main Page

Main Page

Add Task Page

Add Task Page

How to Run

  1. Clone this repository:
    git clone <repository-url>

2 Navigate to the project directory: cd TodoList 3 Install dependencies: pip install -r requirements.txt 4 Run the application: python app.py 5 Open your web browser and navigate to http://localhost:5000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors