Code Monkey home page Code Monkey logo

todoapp-redux-react's Introduction

React Redux Todo App

This is a simple Todo App built using React and Redux. It allows you to add, edit, and delete tasks in a list. The app uses Redux for state management.

Features

  • Add a new task
  • Edit an existing task
  • Delete a task

Getting Started

To run this app locally, follow these steps:

  1. Clone the repository:
git clone https://github.com/your-username/react-redux-todo-app.git
  1. Install dependencies:
cd react-redux-todo-app
npm install
  1. Start the development server:
npm start
  1. Open your browser and go to http://localhost:3000 to use the app.

How to Use

  1. Type a new task in the input field and click the "Add" button to add it to the list.

  2. To edit a task, click the "Edit" button next to the task. The task will become editable. Make your changes and click the "Save" button to save the edits or the "Cancel" button to discard the changes.

  3. To delete a task, click the "Delete" button next to the task.

Project Structure

The project is structured as follows:

  • src/actions: Contains Redux action creators.
  • src/reducer: Defines the Redux state and reducers.
  • src/components: Contains the main App component and related styles.
  • src/index.js: Entry point of the app.

Dependencies

  • React
  • Redux
  • react-redux
Todo.App.redux.webm

todoapp-redux-react's People

Contributors

umar8637 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.