Skip to content

This is todoList network. Every user has hes own tasks to do. Every task contain title createdDate finishDate and done status. Users able to add each other and see them tasks.User able to delete hes account.

Notifications You must be signed in to change notification settings

MemeBelarusGuy/todoList

Repository files navigation

This is todoList Network

How to run the project:

MAIN BRANCH - FRONTEND.

MASTER BRANCH - BACKEND

Note:sorry for that , I didn't fully understand how to upload the project to github correctly

1.Create empty folder to where you gonna upload project.

2.Download MASTER and MAIN branch.

3.Store MASTER and MAIN branch into your folder.Your project:

project

4.Your Backend: cd .\todoList-master\ -> npm i -> npm run start:dev

5.Your Client: cd .\todoList-main\ -> npm i -> npm run dev

NOTE : AFTER YOU AUTHORIZED/REGISTER YOUR USERDATA WILL STORE AT SESSION STORAGE.
WHEN YOU LOGOUT SESSIONSTORAGE WILL BE CLEAR

NOTE : WHEN YOU AUTHORIZED AND RELOAD EX. PAGE /USERS IT WILL THROW U TO LOGIN PAGE.
THEN BROWSER CHECK IF SESSIONSTORAGE HAS YOUR USERDATA AND IF SO IT GONNA LOG YOU INTO / PAGE.
SO WITH SLOW INTERNET CONNECTION IT WOULD SEEMS WEIRD.DONT PANIC. JUST WAIT A BIT WHILE REQUEST WILL BE DONE.

Task.done===1?green:grey/red.
When you run project client check's today date and if today date>finish date and task.done=0 then it get's red status

LOGIN PAGE:
project INVALID LOGIN:
project INCORRECT LOGIN:
project REGISTRATION:
project NEW USER MAINPAGE:
project ADD TASK:
project MAIN PAGE (green:done,grey:processing,red:failed):
project EDIT TASK:
project DELETE TASK:
project EDIT STATUS:
project USERS PAGE:
project USER:id PAGE:
project ADD FRIEND:
project DELETE FRIEND:
project FRIENDS PAGE:
project DELETE ACCOUNT:
project LOGOUT:
project

About

This is todoList network. Every user has hes own tasks to do. Every task contain title createdDate finishDate and done status. Users able to add each other and see them tasks.User able to delete hes account.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages