/Note-app

Primary LanguageJavaScript

Notes App A simple React application that allows users to create, view, and delete notes. This app demonstrates state management, component composition, and event handling in React.

Features Add Notes: Users can create new notes with a title and content. View Notes: Notes are displayed in a list format. Delete Notes: Users can remove notes from the list.