Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 618 Bytes

File metadata and controls

15 lines (11 loc) · 618 Bytes

=> Create a portfolio having the following HTML pages:

  1. Home: The homepage should contain your data (bio).

  2. About: The contact page should contain links to your social media.

  3. 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