Skip to content

jaredaritter/top-starter-project-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny List

A form and list rendering React project based on TOP starter React project. The focus is on use of props, state, and components to create functional list. Additionally the list items are able to be deleted and edited in place and independently of each other.

Main challenges that required the use of React Docs:

  • Controlled components to allow React to control state of form and not refresh page on submit.
  • Lists of line items in unordered list using map array method to create each element and assign key.
  • Creation of unique ID for each task added to the list for reference
  • Editing tasks proved to be an engaging challenge because list state is held in the parent App component. Ultimately, I had to hold the onChange state in the local component and then return it to the parent App state using a passed down handler.

Sources and Page

Primary tool: React

This project was built on a pared down version of Create React App.

The app can be found live at Tiny List.

About

Starter TOP React project built on create-react-app scaffold

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published