Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pnguyen215/portfolio4next

Minimalist developer portfolio using Next.js 14, React, TailwindCSS, Shadcn UI and Magic UI.
https://github.com/pnguyen215/portfolio4next

magicui nextjs nextjs14 portfolio portfolio-management portfolio-project portfolio-template radixui react reactjs shadcn-ui tailwindcss

Last synced: 3 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# Portfolio

Built portfolio with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/).

# Features

- **Quick Setup**: Get started in minutes by editing a [single config file](./src/data/resume.tsx).
- **Modern Technologies**: Built with Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, and Magic UI.
- **Blog Integration**: Includes a built-in blog to share your thoughts and updates.
- **Responsive Design**: Ensures your portfolio looks great on all devices.
- **Optimized for Next.js and Vercel**: Fast performance and seamless deployment.

# Getting Started

1. Clone this repository:

```bash
git clone --depth 1 https://github.com/pnguyen215/portfolio4next.git
```

2. Move to the cloned directory

```bash
cd portfolio4next
```

3. Install dependencies:

```bash
make install
```

4. Start the local Server:

```bash
make start
```

or

```bash
make dev
```

5. Open the [dataset file](./src/data/resume.tsx) and make changes.

# Icons, Patterns and Styles

This project use

- [Tailwind CSS](https://tailwindcss.com/docs/installation)
- [Shadcn UI](https://ui.shadcn.com/)
- [Magic UI](https://magicui.design)
- [Radix Icon](https://www.radix-ui.com/icons)

# License

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