FlowNote is a simple, intuitive note-taking application built using React. It allows users to create, update, and delete notes with ease. The application uses localStorage
to save notes, ensuring that they persist even after the browser is closed.
- Add New Notes: Easily add new notes with a title and description.
- Edit Notes: Update the title and description of existing notes.
- Delete Notes: Remove notes that are no longer needed.
- Persistent Storage: Notes are saved to
localStorage
, so they persist across browser sessions. - Animations: Smooth animations using Framer Motion for a better user experience.
- React: A JavaScript library for building user interfaces.
- Framer Motion: A library for animations in React.
- FontAwesome: For icons used in the application.
Contributions are welcome! Please feel free to submit a pull request or open an issue if you have any suggestions or improvements.
This project is licensed under the MIT License.
If you have any questions or feedback, feel free to contact me at [email protected].