Note-Me is a simple note taking app built using React.js and CSS for styling.
- Create new notes and delete existing ones. Character-count that updates while typing a new note.
- Notes are automatically stored to your local storage and rendered on reloading the page.
- Uses CSS grid to make the notes page responsive on resizing.
- Search functionality: you can search for notes through the search bar by searching for the relevant note text.
- Finally you can also toggle between light and dark modes.