Skip to content

A to-do application built in cooperation with the Django framework

Notifications You must be signed in to change notification settings

dawidkaplon/To-do-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List

Getting Started

These instructions will help you set up and run the project on your local machine.

Prerequisites

  • Windows OS
  • Python installed

Installation

1. Create a virtual environment & activate it:

python -m venv venv
venv\Scripts\activate

2. Install project dependencies from requirements.txt:

pip install -r requirements.txt

3. Make necessary migrations:

python manage.py makemigrations
python manage.py migrate

4. Run the local server:

python manage.py runserver

Preview of specific pages

Homepage:

todo_homepage

A list of tasks inside a specified list:

todo_tasklist

Selecting a specific list if the user has previously created one:

todo_chooselist

About

A to-do application built in cooperation with the Django framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages