Skip to content

LeionTamer/react-todo-reducer-with-portal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Overview

A simple Todo list which uses useReducer and createPortal hooks for React Framework.

Based on the videos by Kyle from Web Dev Simplified:

How it works

The useReducer hook was used to process the alteration of the array objects CRUD todo items The createPortal was used to create a modal for editing the todo items

Running the application

  1. Install the dependencies using npm install
  2. Run the application using npm run start
npm install
npm run start

About

A simple todo-list project that uses React's useReducer and createPortal (for modals)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published