Skip to content

This repository contains a task management web application built with Flask and JavaScript. The app allows users to manage their tasks with features including adding, displaying, and deleting tasks. It uses a RESTful API for backend operations and provides a user-friendly interface for interacting with tasks.

Notifications You must be signed in to change notification settings

ITSHAYDER/To-do-app-Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App

Overview

This simple to-do list app uses Flask for the backend and JavaScript for the frontend.

Alt text

Getting Started

Prerequisites

Make sure you have the following installed:

  • Python 3.x
  • Flask
  • Flask-RESTful
  • Flask-SQLAlchemy
  • Node.js (for JavaScript dependencies)

Installation

  1. Clone the repository:

    git clone https://github.com/ITSHAYDER/To-do-app-Flask.git
    cd To-do-app-Flask
    
  2. Set up the Python environment:

    python -m venv venv
    source venv/bin/activate  # On Windows use `venv\Scripts\activate`
    

About

This repository contains a task management web application built with Flask and JavaScript. The app allows users to manage their tasks with features including adding, displaying, and deleting tasks. It uses a RESTful API for backend operations and provides a user-friendly interface for interacting with tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published