This is a simple notes app built using React.js and Redux, allowing users to create, edit, and delete notes.
- Create Notes: Add new notes with a title and content.
- Edit Notes: Modify existing notes by updating their title or content.
- Delete Notes: Remove unwanted notes from the list.
- React.js: Building the user interface and managing components.
- Redux: State management for maintaining notes.
- HTML/CSS: Structuring and styling the application.
-
Clone this repository to your local machine https://github.com/Vijayarajvijay/Redux-Notes-App
-
Install dependencies using 'npm install'.
-
Start the app using npm start.
-
Access the app in your web browser at http://localhost:3000.
- Adding a Note:
- Click on the "Add a Note" section.
- Enter the title and content for the new note.
- Click the "Add Notes" button.
- Editing a Note:
- Locate the note you want to edit.
- Click the "Edit" icon.
- Modify the title or content in the edit view.
- Save the changes.
- Deleting a Note:
- Find the note you want to delete.
- Click the "Delete" icon to remove the note.
Contributions are welcome! Please fork the repository and create a pull request for any new features or improvements.
This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
Currently, two official plugins are available:
- @vitejs/plugin-react uses Babel for Fast Refresh
- @vitejs/plugin-react-swc uses SWC for Fast Refresh