Question
Create a component named App which returns any other components created Render the App component Create a component named NumberOfStudents Add a state field within
Create a component named App which returns any other components created Render the App component Create a component named NumberOfStudents Add a state field within NumberOfStudents with two fields: enrolledStudents and waitlistedStudents Create two buttons that, when clicked, will increase the number of enrolled students or waitlisted students by one. Hint! You will need two different functions Create two input fields that each have a button: one for the enrolled students and one for waitlisted students. When a number is entered, the number of the enrolled or waitlisted students should increase by that specified amount. Display the number of Enrolled and Waitlisted students on the page.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started