Skip to content

MyTodo website helps users to manage their todo lists.

License

Notifications You must be signed in to change notification settings

WeilanTao/TodoListWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyTodo Website

MyTodo website helps users to manage their Todo list. It also gives admin users access to manae users

Tech stack: 

Java 8; Angular 12

What I Learned

  • Leverage website app based on Java Spring Boot
  • Integrate Angular framework to manage frontend of the website. Material is used for the UI.
  • Integrate Spring Security for Token based user system. Tokens are refreshed every 5 minutes and expires on the 10th day after user signing in.
  • Admin system with both frontend and backend check.
  • Integrate Hibernate ORM database. Practised one-to-many relationship
  • Practised AWS deploy

Website Demo

  • Cover Page CoverPage

  • Todo List todolist

  • Add/Update Todo Event addtodo updatetodo

  • Login Page login

  • Admin Access adminaccess


Comments: