Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tungphan2823/portfolio_2
Personal Portfolio
https://github.com/tungphan2823/portfolio_2
gsap nextjs personal-website portfolio react reactjs tailwind website
Last synced: 25 days ago
JSON representation
Personal Portfolio
- Host: GitHub
- URL: https://github.com/tungphan2823/portfolio_2
- Owner: tungphan2823
- Created: 2024-05-04T22:25:38.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-11-15T17:02:23.000Z (2 months ago)
- Last Synced: 2024-11-15T18:18:32.243Z (2 months ago)
- Topics: gsap, nextjs, personal-website, portfolio, react, reactjs, tailwind, website
- Language: TypeScript
- Homepage: https://tungphan.id.vn
- Size: 2.22 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Website](https://img.shields.io/badge/%20%F0%9F%8F%A1%20website-0072ff.svg?longCache=true&style=for-the-badge)](https://tungphan.id.vn/)
[![Website](https://img.shields.io/badge/Deploy-brightgreen.svg?logo=vercel&longCache=true&style=for-the-badge)](https://vercel.com/tung-phans-projects/portfolio-2-pihb)
[![Vercel](https://img.shields.io/badge/-powered%20by%20vercel-black.svg?logo=vercel&longCache=true&style=for-the-badge)](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```