Building a Basic React Functional Component Portfolio Objective: The aim of this assignment is to practice the fundamentals of React by building a basic portfolio web page using functional components.
Task 1 - Takes two numbers as input from the user and performs basic mathematical operations on these two numbers i.e. Addition, Subtraction, Multiplication, and Division, and displays the results of ...