Dylan Schwindt

Pro-List

A React CRUD based app that allows you to Add tasks, Complete Tasks, Delete Tasks and Sort Tasks

Project Overview

A Functional Component based React app using React Hooks for state management to determine the state, rerender the List of of items, and host all of the todos in a seperate piece of state that is connected to the Local Storage. Some of the Functional Components I reused from a Udemy Course as I had 36 hours to build this app minus slumber.

Problems I ran into

Understanding how Local Storage works with React hooks State.

Getting a firm grasp on working with Props on functional Components when passing it up to the App.

Tools Used

React
React Hooks
ES6 JS
Semantic UI
Local Storage