Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yyassif/portfolio
@yyassif's portfolio
https://github.com/yyassif/portfolio
app-router magicui mdx nextjs shadcn-ui tailwindcss vercel-deployment
Last synced: 2 months ago
JSON representation
@yyassif's portfolio
- Host: GitHub
- URL: https://github.com/yyassif/portfolio
- Owner: yyassif
- License: mit
- Created: 2024-08-14T10:37:55.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T18:20:51.000Z (3 months ago)
- Last Synced: 2024-10-01T05:21:02.970Z (3 months ago)
- Topics: app-router, magicui, mdx, nextjs, shadcn-ui, tailwindcss, vercel-deployment
- Language: TypeScript
- Homepage: https://yyassif.dev
- Size: 7.54 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @yyassif's Own Portfolio, Made with ❤️ using Next.js
Built with next.js, [shadcn/ui](https://ui.shadcn.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/resume.tsx).
- Built using Next.js 14, React, Typescript, Shadcn/UI, TailwindCSS, Framer Motion, Magic UI.
- Includes a blog.
- 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/yyassif/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/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/yyassif/portfolio/blob/main/LICENSE).