Skip to content

This is a simple notes-taking app created with Redux. This project was assigned to me by Guvi and I completed it successfully.

Notifications You must be signed in to change notification settings

Vijayarajvijay/Redux-Notes-App

Repository files navigation

Notes App Redux

This is a simple notes app built using React.js and Redux, allowing users to create, edit, and delete notes.

Features

  • 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.

Technologies Used

  • React.js: Building the user interface and managing components.
  • Redux: State management for maintaining notes.
  • HTML/CSS: Structuring and styling the application.

Usage

  1. Clone this repository to your local machine https://github.com/Vijayarajvijay/Redux-Notes-App

  2. Install dependencies using 'npm install'.

  3. Start the app using npm start.

  4. Access the app in your web browser at http://localhost:3000.

How to Use

  1. Adding a Note:
  • Click on the "Add a Note" section.
  • Enter the title and content for the new note.
  • Click the "Add Notes" button.
  1. 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.
  1. Deleting a Note:
  • Find the note you want to delete.
  • Click the "Delete" icon to remove the note.

Contributing

Contributions are welcome! Please fork the repository and create a pull request for any new features or improvements.

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

About

This is a simple notes-taking app created with Redux. This project was assigned to me by Guvi and I completed it successfully.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published