A simple CRUD (Create, Read, Update, Delete) application built with React.js. This project demonstrates how to build interactive UI components, manage state, and connect with an API to perform CRUD operations.
- Add new notes
- View all notes in a list
- Edit existing notes
- Delete items
- React.js
- Material UI