From eb392f02d91f082a2630948f713cb6463be292ca Mon Sep 17 00:00:00 2001 From: Shanna Date: Tue, 23 Jul 2024 09:25:40 -0500 Subject: [PATCH] correct typo --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index bff1087..18098bf 100644 --- a/index.html +++ b/index.html @@ -81,7 +81,7 @@

Quotivation

super sticky notes project screenshot

Super Sticky Notes

-

This is a Greenfield project creating an interactive app that will let users create "sticky notes". Multiple components are used to build the classic sticky note UI with the ability to create, save, edit, delete, and search for notes. React lifecycle methods are used in this project save data across sessions and ensure the notes do not disappear when the user closes out.

+

This is a Greenfield project creating an interactive app that will let users create "sticky notes". Multiple components are used to build the classic sticky note UI with the ability to create, save, edit, delete, and search for notes. React lifecycle methods are used in this project to save data across sessions and ensure the notes do not disappear when the user closes the window.

Languages: JavaScript & React

Skills: ES6, JSX, Managing data flow, Manipulate the DOM, Adding lifecycle methods

Tools: Built using CodeSandbox and launched on AWS