Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/minnukota381/portfolio-site-angular

my personal portfolio website built with Angular. The website showcases my projects, skills, and contact information.
https://github.com/minnukota381/portfolio-site-angular

angular html particles scss threejs typed-js typescript

Last synced: 3 months ago
JSON representation

my personal portfolio website built with Angular. The website showcases my projects, skills, and contact information.

Awesome Lists containing this project

README

        

# Minnu's Portfolio Angular

This repository contains the source code for my personal portfolio website built with Angular. The website showcases my projects, skills, and contact information.

## Features

- **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.

### Tech Stack

- **Frontend:** Angular, SCSS
- **Build Tool:** Angular CLI
- **Deployment:** Vercel

#### Getting Started

1. **Clone the repository:**

```bash
git clone https://github.com/minnukota381/portfolio-site-angular.git
cd portfolio-site-angular
```

2. **Install dependencies:**

```bash
npm install
```

3. **Run the development server:**

```bash
npm start
```

4. **Build for production:**

```bash
npm run build
```

#### Contributions

Contributions are welcome! Feel free to open issues or submit pull requests.

#### License

This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for more details.