This repository contains the code for my personal portfolio website. As a college student majoring in Computer Science and Engineering, I built this portfolio to showcase my skills, projects in CSE.
The website is divided into several sections:
- Introduction: A brief introduction about who I am, what I'm studying, and what I'm passionate about in the field of CSE.
- Skills: A rundown of my technical and soft skills.
- Projects: This section showcases the projects I've completed during my time at college, as well as any personal projects. Each project includes a brief description and a link to the project's GitHub repository.
- Contact: Contact information and links to my professional social networks like LinkedIn and GitHub.
This website is built using React.js and Bootstrap for the frontend. CSS is used for additional styling.
To run this project locally:
- Clone the repository:
git clone [email protected]:DanX069/portfolio.git
- Install dependencies:
npm install
- Start the project:
npm start
You should now be able to see the project running at localhost:3000.
While this is a personal project, if you notice any bugs or have any suggestions to improve the website, please feel free to open an issue or submit a pull request:)
This project is open source and available under the MIT License.