MyNotes is a simple note-taking application built with Vite and React. It allows users to create, update, delete, and search through their list of notes by title or content.
- Create New Note: Users can add a new note by providing a title, category, and content.
- Update Note: Users can edit existing notes to update their title, category, or content.
- Delete Note: Users can delete notes they no longer need.
- Search Notes: Users can search through their list of notes by title or content to quickly find the information they need.
-
Create a New Note:
- Click on the "New Note" button.
- Enter a title, category, and content
- Click the "Submit" button to save the note.
-
Update a Note:
- Click on the note you want to update.
- Edit the title, category, or content.
- Click the "Update This Note" button to save your changes.
-
Delete a Note:
- Click on the note you want to delete.
- Click the "Delete This Note" button to remove the note from your list.
-
Search Notes:
- Enter a keyword in the search bar to filter notes by title or content.
- Vite: Build tool for modern web development with React.
- React: JavaScript library for building user interfaces.
- React Router: Declarative routing for React applications.
- SCSS: CSS preprocessor for styling.
Visit MyNotes on Netlify! https://mynotes-app-project.netlify.app/