Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.13 KB

README.md

File metadata and controls

38 lines (29 loc) · 1.13 KB

Notes Web Application


Logo

Notes

Notes Web App
View Demo


About

This is a simple ReactJS web app with a responsive UI that utilises backend technologies such as Spring Boot for the API and Server App; Hibernate as the ORM and H2 as the RDBMS for data persistence.



Check the video demo above to see the full preview. The video demo is from commit c46a0f10970d37b86e13d532ec9be649bbc9013f.

Features

  • Basic crud functionalities for notes.
  • User Sign-in and Registration.
  • Email Verification.
  • Data persistence.
  • Hashed Password in Database.
  • Note Query and Pagination.
  • Responsive and Beautiful UI/UX.

Note

This project mostly focuses on the web platform (Edge, Chrome, and Firefox). Therefore, I would not be focusing too much on optimising the UI/UX for the mobile platform.