A simple Todo list which uses useReducer and createPortal hooks for React Framework.
Based on the videos by Kyle from Web Dev Simplified:
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
- Install the dependencies using
npm install
- Run the application using
npm run start
npm install
npm run start