Adding Users Simulation
GitHub Repository: HERE
Made with: Visual Studio, React, NodeJS
Programming Languages: JavaScript & HTML (JSX), CSS
This simple React program simulates the process of adding a user. A valid user entry involves a name (letter characters only) and a specified age (integer value). Once the user is ready to submit they press the "Add User" button and the program then returns the captured values to the screen. The user can also remove an entry if they click on the outputted entry. This project was fun and helped me practice using React and JSX.