Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Requirements Add the code for the following requirements within the src / index . js file: Create a component named App which returns any other

Requirements
Add the code for the following requirements within the src/index.js file:
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.
Include labels as shown in the example below.
Example
Enrolled Students: 87
Add 1 Enrolled Student
Add Multiple Enrolled Students:
Increase Students
Waitlisted Students: 8
Add 1 Waitlisted Student
Add Multiple Waitlisted Students:
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

Who responds to your customers complaint letters?

Answered: 1 week ago

Question

=+How should it be delivered?

Answered: 1 week ago

Question

=+4 How does one acquire a global mindset?

Answered: 1 week ago