This project was created to study the concepts of Redux and Redux saga. Redux Saga is a middleware library used to allow a Redux store to interact with resources outside of itself asynchronously.
# Clone this repository
$ git clone https://github.com/AyeshaKhan07/ReduxSagaTodoApp.git
# Go into the repository
$ cd ReduxSagaTodoApp
# Install dependencies
$ npm install
# Run the app
$ npm start
@AyeshaKhan07