=> Create a portfolio having the following HTML pages:
-
Home: The homepage should contain your data (bio).
-
About: The contact page should contain links to your social media.
-
Contact: The about me page should contain brief information about you.
=> Create a server using the HTTP module. => Create routes that render the HTML pages you created on a browser. => The base URL of your app should render the homepage. => There should be a /home route that redirects to the base of your app. => Push your code to GitHub. Note: 1. No third-party dependencies 2. You don’t need to style your HTML pages