This repository contains the source code for my personal portfolio website built with Angular. The website showcases my projects, skills, and contact information.
- Home Page: Introduction with a brief bio and a photo.
- About Section: Detailed information about my background and experience.
- Projects Section: A showcase of my projects with descriptions and links.
- Skills Section: A list of my technical skills and proficiencies.
- Contact Section: A form for visitors to get in touch with me.
- Frontend: Angular, SCSS
- Build Tool: Angular CLI
- Deployment: Vercel
-
Clone the repository:
git clone https://github.com/minnukota381/portfolio-site-angular.git cd portfolio-site-angular
-
Install dependencies:
npm install
-
Run the development server:
npm start
-
Build for production:
npm run build
Contributions are welcome! Feel free to open issues or submit pull requests.
This project is licensed under the MIT License. See the LICENSE file for more details.