An open API service indexing awesome lists of open source software.

https://github.com/vaibd/minimalFolio

A portfolio made using NextJS, React, ShadCn and Tailwind.
https://github.com/vaibd/minimalFolio

husky lint-staged nextjs reactjs shadcn-ui tailwindcss typescript

Last synced: about 2 months ago
JSON representation

A portfolio made using NextJS, React, ShadCn and Tailwind.

Awesome Lists containing this project

README

          

## MinimalFolio
My personal portfolio

## Built using:
- NextJS, ReactJS, TypeScript, ShadCN, Tailwind
- Husky, lint-staged

Live Link(latest) - [vaibd.vercel.app](http://vaibd.vercel.app/)

![img](https://github.com/user-attachments/assets/7dba0877-6084-4835-9afd-f46d69728e78)

- Version v1 code can be found in branch `ui/v1`
- v1 Link - [vaibd-v1.vercel.app](https://vaibd-v1.vercel.app/)

## Dev server:
```bash
npm run dev
```

```bash
yarn dev
```

```bash
pnpm dev
```