- All the courses are displayed in this webpage are shown dynamically
- Courses will be added in a container when the select button is clicked
- A toast will be visible while selecting the same course which is selected before and when the total credit is more than 20 hrs
The Local State Management has been used. useState hook has been used to manage the states in this project. There were array functions and number which has to be managed.