Personal project
ACTIVITIES
- Front End Web Development with React.js
- State Management & React Hooks
DESCRIPTION Remember is a learning project built to get hands-on with React. A note-taking web app built around core concepts: state management, component architecture, event handling. With a glassmorphism aesthetic keeping things visually interesting.
A small project with a clear goal: actually learn React.
Rather than following tutorials passively, I built something real. Remember uses functional components with useState Hooks, native HTML5 drag & drop, and custom event handlers for all CRUD operations. No UI library shortcuts.
Glassmorphism and a toast system built from scratch.
The interface uses backdrop blur and transparency to create a layered, modern feel without getting in the way of readability. Every visual choice was made to reinforce the note-taking experience.
The toast notification system uses bouncy cubic-bezier transitions and auto-dismiss.