Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoapham2k2/portfolio
My lovely porfolio repository
https://github.com/hoapham2k2/portfolio
angular nodejs portfolio vercel
Last synced: 28 days ago
JSON representation
My lovely porfolio repository
- Host: GitHub
- URL: https://github.com/hoapham2k2/portfolio
- Owner: hoapham2k2
- Created: 2025-01-08T13:45:02.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-01-08T14:04:50.000Z (about 1 month ago)
- Last Synced: 2025-01-08T14:59:49.193Z (about 1 month ago)
- Topics: angular, nodejs, portfolio, vercel
- Language: HTML
- Homepage: https://hoapham-portfolio.vercel.app/
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio
## Description
- This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.6.
- This project is a portfolio website that showcases my projects, skills, and contact information.
- This project is hosted on [Vercel](https://vercel.com/).## Technologies
- Angular
- HTML
- CSS
- TypeScript## Setup
- Clone the repository
```bash
git clone [email protected]:hoapham2k2/portfolio.git
```- Navigate to the project directory
```bash
cd portfolio
```- Install dependencies
```bash
npm install
```- Run the project
```bash
ng serve
```