This is a personal website project that showcases information about me, including links to my GitHub and HackerRank, along with a profile picture.
personal-website
├── src
│ ├── index.html # Main HTML document for the website
│ ├── styles # Contains CSS styles
│ │ └── style.css # Styles for the website
│ ├── scripts # Contains JavaScript files
│ │ └── main.js # JavaScript for interactive features
│ └── images # Contains images
│ └── profile.jpg # Profile picture
├── package.json # npm configuration file
└── README.md # Project documentation
To set up the project locally, follow these steps:
-
Clone the repository:
git clone <repository-url> -
Navigate to the project directory:
cd personal-website -
Install dependencies (if any):
npm install -
Open
src/index.htmlin your web browser to view the website.
- Personal information display
- Links to GitHub and Kaggle projects
- Responsive design
- Inspired by various personal portfolio websites.
- Thanks to the open-source community for resources and inspiration.