https://github.com/tungphan2823/portfolio_2
Personal portfolio that I hand crafted
https://github.com/tungphan2823/portfolio_2
gsap nextjs personal-website portfolio react reactjs tailwind website
Last synced: 3 months ago
JSON representation
Personal portfolio that I hand crafted
- Host: GitHub
- URL: https://github.com/tungphan2823/portfolio_2
- Owner: tungphan2823
- Created: 2024-05-04T22:25:38.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-03T08:39:14.000Z (about 1 year ago)
- Last Synced: 2025-05-03T09:33:31.124Z (about 1 year ago)
- Topics: gsap, nextjs, personal-website, portfolio, react, reactjs, tailwind, website
- Language: TypeScript
- Homepage: https://tungphan.id.vn
- Size: 2.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://tungphan.id.vn/)
[](https://vercel.com/tung-phans-projects/portfolio-2-pihb)
[](https://vercel.com/home?utm_source=nuro&utm_campaign=oss)
## 🛠Development
Clone the repository
```zsh
git clone https://github.com/tungphan2823/portfolio_2
```
Install dependencies
```zsh
npm install
# Or using Yarn
yarn
```
Start the development server
```zsh
npm run dev
```