Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.94 KB

File metadata and controls

21 lines (12 loc) · 1.94 KB

React Project : Planner

Description

At this stage in my learning I am covering React. We have been asked to build a simple web app which allows the user to create and add contact information, create appointments using one of the contacts. I won't be spending any time on the visual side of this app, as its sole purpose is for me to learn to write react, and learn some new skills in relation to:

  • useState
  • useEffect - Still struggling with this at this stage
  • Working without using a class
  • Build a form
  • passing data from one component to another - I need to improve this as I am not very confident yet

How I could improve this App

  • Add the ability to delete a contact. I did make an attempt at this, but was unable to pull i off. Will re-attempt at a later date once I have covered more course material.
  • Save the state of the app when the user exits (store contacts and appointments). This is something I have not covered yet in the course.