https://github.com/dillionverma/portfolio
Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Shadcn UI and Magic UI
https://github.com/dillionverma/portfolio
Last synced: 10 months ago
JSON representation
Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Shadcn UI and Magic UI
- Host: GitHub
- URL: https://github.com/dillionverma/portfolio
- Owner: dillionverma
- License: mit
- Created: 2024-06-19T05:59:03.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T04:38:56.000Z (11 months ago)
- Last Synced: 2025-04-21T05:38:33.047Z (11 months ago)
- Language: TypeScript
- Homepage: https://portfolio-magicui.vercel.app
- Size: 962 KB
- Stars: 852
- Watchers: 4
- Forks: 183
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcnui - Github - magicui.vercel.app) | ★894 | (Boilerplates & Starters)
- awesome-nextjs - Portfolio - Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Shadcn UI and Magic UI. (Portfolio)
README
# Portfolio [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fdillionverma%2Fportfolio)
Built with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/), deployed on Vercel.
# Features
- Setup only takes a few minutes by editing the [single config file](./src/data/resume.tsx)
- Built using Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, Magic UI
- Includes a blog
- Responsive for different devices
- Optimized for Next.js and Vercel
# Getting Started Locally
1. Clone this repository to your local machine:
```bash
git clone https://github.com/dillionverma/portfolio
```
2. Move to the cloned directory
```bash
cd portfolio
```
3. Install dependencies:
```bash
pnpm install
```
4. Start the local Server:
```bash
pnpm dev
```
5. Open the [Config file](./src/data/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).