Skip to content

AyeshaKhan07/ReduxSagaTodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pngwing com

TODO APP USING REACT AND REDUX SAGA


Screenshot from 2021-12-31 16-34-32

About

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.

Technologies

How To Use

# 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

Author

@AyeshaKhan07