Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pnguyen215/portfolio4next
- Owner: pnguyen215
- License: mit
- Created: 2024-07-20T16:06:52.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-07T06:14:52.000Z (2 months ago)
- Last Synced: 2024-09-07T07:29:08.545Z (2 months ago)
- Topics: magicui, nextjs, nextjs14, portfolio, portfolio-management, portfolio-project, portfolio-template, radixui, react, reactjs, shadcn-ui, tailwindcss
- Language: TypeScript
- Homepage: https://github.com/pnguyen215/portfolio4next
- Size: 2.14 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).