Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/skidgod4444/portfolio

Minimalist developer portfolio using Next.js 14, 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: 6 days ago
JSON representation

Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Loop.so, Shadcn UI, Acternity UI and Magic UI

Awesome Lists containing this project

README

        


preview

# Portfolio [![Deploy with Vercel](https://vercel.com/button)](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/), and [magic ui](https://magicui.design/), 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
- Includes a blog, newsletter, about and projects section
- 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
pnpm install
```

4. Start the local Server:

```bash
pnpm 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 `LOOPS_API_KEY`

# License

Licensed under the [MIT license](https://github.com/SkidGod4444/portfolio/blob/main/LICENSE.md).

# Credits

- Base template by [Dillion Verma](https://github.com/dillionverma/portfolio)