Loading repository data…
Loading repository data…
Tagore9930 / repository
Welcome to my personal portfolio! This repository contains the source code for my developer portfolio website, showcasing my projects, skills, and experience.
Welcome to my personal portfolio! This repository contains the source code for my developer portfolio website, showcasing my projects, skills, and experience.
Here's a quick look at the full website in action:

.
├── src/ # Source code
│ ├── app/ # Main application module and components
│ ├── assets/ # Images, fonts, and other static assets
│ └── index.html # Main HTML file
├── angular.json # Angular CLI configuration
├── package.json # Project metadata and dependencies
├── tsconfig.json # TypeScript compiler configuration
├── README.md # Project overview and instructions
└── ... # Other configuration files
I'm a passionate web developer who enjoys building modern, performant, and user-friendly web applications. I love learning new technologies and creating tools that solve real-world problems.
To run this project locally:
# Clone the repo
git clone https://github.com/yourusername/portfolio.git
# Navigate into the folder
cd portfolio
# Install dependencies
npm install
# Start the development server
npm run start
Feel free to customize this README.md further to include specific details about your projects, experiences, or any other information you'd like to highlight. If you need assistance with any specific section or feature, feel free to ask!