A ToDo application built using react and redux
- react-redux - It lets your React components read data from a global store, and dispatch actions to the store to update data.
- redux - A Predictable State Container for JS Apps.
- redux-persist - It helps to persist and rehydrate a redux store.
- redux-thunk - A middleware for redux to apply async actions.
- moment - Helps in parsing, validating, manipulating and displaying date/time.
- node-sass - Allows us to natively compile SCSS files to CSS.
$ git clone https://github.com/ArsalanKhan1995/ToDo.git
$ cd ToDo
$ npm install
$ npm start
The app is built using create-react-app which allows rapid development with no extra configuration headaches.
To build the project run in cmd
npm build
To run tests execute this command in cmd
npm test