You are a graduating software engineer who is looking to apply to a few software engineering positions at various Fortune 500 companies. You decide to make a personal portfolio website that showcases some of your work so that you stand apart from the other applicants.
Using React, create a web application that has the following:
- A home page with a short description of yourself, what you are looking for in a position, and one project that you’ve worked on.
- A contact page with a text box and a submit button that shows a success message when the user submits a query.
- A navigation bar and footer.
You must use client side routing to handle page navigation.