Skip to content

rupert-ong/react-redux-simple-todo

Repository files navigation

Simple React Redux Todo List

A todo list based on Sitepoint's Todo List with additional functionality:

  • Edit an item
  • Delete an item
  • Delete all items

Getting Started

Prerequisites

You will need the following installed on your system

Installation

Clone the repo and install the dependencies in the command line:

npm install

To build the bundle.js file run

npm run build

Or you can run the following to watch for changes

npm run watch

Built With

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Rupert Ong - Additional Functionality and Refinement

License

This project is licensed under the MIT License - see the LICENSE.md file for details