This is a simple portfolio website template built with HTML, CSS, and JavaScript, served using Node.js and Express. (SIM IT CLUB)
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of Node.js and npm
- You have a Windows/Linux/Mac machine.
To install and run My Portfolio Website, follow these steps:
-
Clone the repository:
git clone https://github.com/mal1ceee/webdev.git -
Navigate to the project directory:
cd webdev -
Install the dependencies:
npm install -
Start the development server:
npm start -
Open your web browser and visit
http://localhost:4000
The server will automatically restart if you make changes to the server code, and the browser will reload if you make changes to HTML, CSS, or client-side JavaScript files.
To customize this portfolio for your own use:
- Edit the
index.htmlfile to update the content with your own information. - Modify the
styles.cssfile to change the appearance of your portfolio. - Update the
script.jsfile if you want to add or modify any JavaScript functionality.
If you want to contact me, you can reach me at [email protected].
This project uses the following license: MIT License.