https://github.com/skidgod4444/portfolio
Minimalist developer portfolio using Next.js 15, React, TailwindCSS, Loop.so, Shadcn UI, Acternity UI and Magic UI
https://github.com/skidgod4444/portfolio
acternity-ui loop magic-ui nextjs portfolio react shadcn-ui tailwind-css
Last synced: about 1 month ago
JSON representation
Minimalist developer portfolio using Next.js 15, React, TailwindCSS, Loop.so, Shadcn UI, Acternity UI and Magic UI
- Host: GitHub
- URL: https://github.com/skidgod4444/portfolio
- Owner: SkidGod4444
- License: mit
- Created: 2024-08-31T15:34:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-04-02T22:40:35.000Z (about 1 month ago)
- Last Synced: 2025-04-09T03:11:55.618Z (about 1 month ago)
- Topics: acternity-ui, loop, magic-ui, nextjs, portfolio, react, shadcn-ui, tailwind-css
- Language: TypeScript
- Homepage: https://devwtf.in
- Size: 9.14 MB
- Stars: 21
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
# Portfolio [](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2FSkidGod4444%2Fportfolio)
Built with next.js, [loops](https://loops.so/), [shadcn/ui](https://ui.shadcn.com/), [acternity ui](https://ui.aceternity.com/), [magic ui](https://magicui.design/) and [Supabase](https://supabase.com/dashboard/projects), deployed on Vercel.
# Features
- Setup only takes a few minutes by editing the [single config file](./src/data/config/site.config.tsx)
- Built using Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, Magic UI, Acternity UI, Loops and Supabase
- Includes a blog, newsletter, about, projects and guestbook pages
- 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/SkidGod4444/portfolio
```2. Move to the cloned directory
```bash
cd portfolio
```3. Install dependencies:
```bash
bun install
```4. Start the local Server:
```bash
bun dev
```5. Open the [Config file](./src/data/config/site.config.tsx) and make changes
6. Set up your [Loops](https://loops.so/) account and add your API key to the `env.local` file as mentioned in `.env.example`
7. Set up your [Supabase](https://supabase.com/dashboard/projects) account and add your API key to the `env.local` file as mentioned in `.env.example`# License
Licensed under the [MIT license](https://github.com/SkidGod4444/portfolio/blob/main/LICENSE.md).
# Credits
- Special thanks to [Dillion Verma](https://github.com/dillionverma/portfolio) for his base template!