Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/minnukota381/portfolio-site-angular
- Owner: minnukota381
- License: apache-2.0
- Created: 2024-07-14T05:08:48.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T08:03:52.000Z (3 months ago)
- Last Synced: 2024-11-15T09:19:39.540Z (3 months ago)
- Topics: angular, html, particles, scss, threejs, typed-js, typescript
- Language: SCSS
- Homepage: https://minnu-ng.vercel.app
- Size: 6.61 MB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.