Skip to content

To-Do list application, able to add, remove and change Events made with DJango Framework

Notifications You must be signed in to change notification settings

LuisEduardoF/ToDoList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToDoList 🗒️

A Postit-themed to-do list application built with Python and Django.

alt text

About the project

ToDoList is a PostIt-themed to-do list developed to assist users who have numerous notes and need to remember a lot of things.

Features

  • Add new notes: Include a title, date, description, and choose a color for your note.
  • Remove notes: Easily delete notes you no longer need.
  • Change notes: Modify note details whenever you want.

Setup

Installation

  1. Clone the repository:

    git clone https://github.com/LuisEduardoF/ToDoList
  2. Navigate to the ToDoList folder:

    cd ToDoList/
  3. Create a virtual environment:

    python3 -m venv venv
  4. Activate the virtual environment:

    source venv/bin/activate
  5. Install the dependencies:

    pip install -r requirements.txt
  6. Navigate to the 'todo' folder:

    cd todo/

Creating the Database

  1. Create a database and apply migrations:
    ./manage.py makemigrations to_do_list
    python manage.py migrate

Running the application

  1. Run the development server:
    python manage.py runserver

About

To-Do list application, able to add, remove and change Events made with DJango Framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published