Skip to content

A simple to do list made in Python, Flask and VueJS. It is possible to add, update and delete tasks in modals.

Notifications You must be signed in to change notification settings

ClaudiaSSL/My-To-Do-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My-To-Do-List

Is possible to do a to do list with check if the task is done or not. You can add, update or delete tasks in modals. This project is made with Python language in backend, Flask and the frontend in VueJs framework.

Why the project is useful:

Everyone needs a to do list. Not quite, but it is a starting point to full stack dev

How start with the project:

Quick Start

git clone https://github.com/ClaudiaSSL/My-To-Do-List.git

backend

> cd My-To-Do-List
> python -m venv venv
> source venv/bin/activate
> cd backend
> pip install -r requirements.txt
> flask run --port=5001 --debug

frontend

> cd My-To-Do-List/frontend
> npm install
> npm run dev

Now you can have access to your to do list through the url that frontend terminal gives you.

Where get help with this project:

csslcode@hotmail.com

Who maintains and contributes to the project:

ClaudiaSSL

About

A simple to do list made in Python, Flask and VueJS. It is possible to add, update and delete tasks in modals.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published