https://github.com/moditham/portfolio-new
Personal Portfolio V2
https://github.com/moditham/portfolio-new
nextjs14 portfolio
Last synced: 2 months ago
JSON representation
Personal Portfolio V2
- Host: GitHub
- URL: https://github.com/moditham/portfolio-new
- Owner: ModithaM
- Created: 2025-01-26T19:24:26.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-10T07:06:01.000Z (7 months ago)
- Last Synced: 2025-06-10T08:22:50.059Z (7 months ago)
- Topics: nextjs14, portfolio
- Language: TypeScript
- Homepage: https://moditha.me
- Size: 7.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org) project bootstrapped with [`create-next-app`](https://nextjs.org/docs/app/api-reference/cli/create-next-app).
## Getting Started
First, run the development server:
```bash
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
You can start editing the page by modifying `app/page.tsx`. The page auto-updates as you edit the file.