Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vadimghedreutan/portfolio-2024
Portfolio 2024 built with Next.js 14, Tailwind CSS, and Vercel.
https://github.com/vadimghedreutan/portfolio-2024
aceternity-ui blog framer-motion mdx next-mdx-remote nextjs14 react tailwindcss
Last synced: about 2 months ago
JSON representation
Portfolio 2024 built with Next.js 14, Tailwind CSS, and Vercel.
- Host: GitHub
- URL: https://github.com/vadimghedreutan/portfolio-2024
- Owner: vadimghedreutan
- Created: 2023-03-12T19:33:12.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T08:03:50.000Z (5 months ago)
- Last Synced: 2024-09-17T10:36:03.022Z (5 months ago)
- Topics: aceternity-ui, blog, framer-motion, mdx, next-mdx-remote, nextjs14, react, tailwindcss
- Language: TypeScript
- Homepage: https://vadimghedreutan.io
- Size: 6.05 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My portfolio 2024
This is my personal portfolio website built with Next.js 14, Tailwind CSS, next-mdx-remote, MDX Blog.
## Built with
- **Next.js 14**
- **Tailwind CSS**
- **next-mdx-remote**
- **MDX Blog**## Features
- **Responsive Design (Mobile-first):** Your portfolio adapts gracefully to any screen size, ensuring optimal viewing on all devices.
- **Dark Mode Support:** Provide a visually comfortable experience with Tailwind CSS's built-in dark mode capabilities.
- **Blogging with MDX:** Share your insights and projects in a compelling way using MDX's blend of Markdown and React components.
- **Fast, Server-side Rendering (Next.js 14):** Benefit from Next.js 14's performance enhancements for both SEO and user experience.## Installation
1. Clone the repository:
```bash
git clone https://github.com/vadimghedreutan/portfolio-2023.git
```2. Install the dependencies:
```bash
cd personal-portfolio
pnpm install
```3. Start the development server:
```bash
pnpm dev
#or
npm run dev
# or
yarn dev
```The site will be available at http://localhost:3000.
## Deployment
The easiest way to deploy this project is to use Vercel and connect it to your GitHub repository. Alternatively, you can build the project with `pnpm build` and deploy the contents of the out directory to your desired hosting platform.