osandadileepa / my-notes

Spring Boot and AngularJS application to show simple notes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Note App

Simple Spring Boot and AngularJS application to show notes.

  • All the data is stored as object in the memory.
  • Once user is logged in with correct credentials, UI will populate data with already existing notes for user.
  • If credential are wrong a warning message will be displayed.
  • Upon successful login, user can edit existing data or add new data(notes) and those will be displayed on successful adding or updating.
  • Unless user logout of the system user will see notes already added and existing.

About

Spring Boot and AngularJS application to show simple notes


Languages

Language:Java 75.7%Language:JavaScript 12.5%Language:HTML 8.4%Language:CSS 3.5%