https://github.com/shreekar11/portfolio
Personal Portfolio
https://github.com/shreekar11/portfolio
magic-ui nextjs shadcn tailwindcss typescript
Last synced: 2 months ago
JSON representation
Personal Portfolio
- Host: GitHub
- URL: https://github.com/shreekar11/portfolio
- Owner: Shreekar11
- License: mit
- Created: 2025-01-30T17:26:48.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-25T08:25:04.000Z (over 1 year ago)
- Last Synced: 2025-02-25T09:27:31.912Z (over 1 year ago)
- Topics: magic-ui, nextjs, shadcn, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shreekxr.vercel.app
- Size: 3.35 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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/Shreekar11/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/Shreekar11/Portfolio/blob/main/LICENSE.md).