Skip to content

nokia-wroclaw/innovativeproject-dailyplanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily Planner

Table of contents

How to run:

Install virtual evnivorment and activate it.

python -m venv .venv
.venv\Scripts\activate

Next go to daily_planner folder and install django from requirements.txt.

cd daily_planner
pip install -r requirements.txt

Run server.

python manage.py migrate
python manage.py runserver

Go to fontend folder, install npm and start Daily Planner!

cd frontend
npm install
npm start

About aplication

The goal of our project is to solve the following problem that we have a lot of tasks during the day, often new ones appear, which may lead to impaired performance of the current tasks or forgetting about them. Many tasks may move to the next day, change priorities or times task instances. Our application is designed to support this process, controlling tasks to be completed by introducing prioritization, easy postponement to the next day, and the ability to see the statistics.

Usage

Login window:

loginpage

Main page:

mainpage

Charts:

settings

Settings:

charts

Heroku deployment

Daily planner online You can see our work without downloading and installing everything :)

Contributors