This app is a user data log. The purpose of this app is to combine two types of entered user data and display them in a single list item
- Input fields (with toggle for age input)
- List of submitted entries (combined from entered data)
- Personalised error modal displayed with invalid entry (including backdrop)
- useState hooks
- Props
- Access, store and render user-inputted info (event.target.value)
- Two-way binding (to clear an input field when the info is entered)
- Conditionals for error checking (invalid entries prompts an error modal with relevant message)
- Styling with CSS modules (including reusable Card components)
- Clone this repo
- Run
npm install
- Open site as live server by running
npm start