/react-reducer-example

this is a simple example of reducer

Primary LanguageJavaScript

React Reducer Example

This is a simple example of what Reducer in react can do. This app is a todo list where you can add a todo item and delete it if you want.

Todo app

install

    git clone https://github.com/EricGut/react-reducer-example
    npm install

start

    npm start