TODO web app that maintains tasks for user (settings can be changed according to use as daily task manager or monthly or annual todo) , created for participating in HackerEarth StackHack1.0
so this is our TODO_Manager (which can be used for monthy or annual task setting or day today task management with slight modifications) :cowboy_hat_face:
->our project with name TODO_Manager(can be used personal manager/assistant).
->we can further add functionality of budget planning etc with it also can add it with some chrome extensions for eg- for setting reminders!! 🤔
for running the system in your local environment follow the instructions:-
- clone the repository in your local environment.
- start command-line interface.
- change path to the project directory.
- run the project by command:- 'python manage.py runserver'.
- on your browser open localhost:8000 to check out the apps functionality.
Next is explanation of files stack:-
->an django app named users(where we ahve placed all the template pages- registration, login, logout, home ie index).
->inbuilt sqlite3 database.
->manage.py (our django manager) 🤖
->other supporting files for deployment.
- username: user
- pass: test&990
😃