Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sarkartanmay393/portfolio-v4
Most clean and compact portfolio, I ever built.
https://github.com/sarkartanmay393/portfolio-v4
Last synced: 19 days ago
JSON representation
Most clean and compact portfolio, I ever built.
- Host: GitHub
- URL: https://github.com/sarkartanmay393/portfolio-v4
- Owner: sarkartanmay393
- License: mit
- Created: 2024-08-10T16:00:00.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-11T16:35:38.000Z (about 1 month ago)
- Last Synced: 2025-01-01T04:47:44.931Z (22 days ago)
- Language: TypeScript
- Homepage: https://tanmaysarkar.vercel.app
- Size: 4.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio V4
Built with next.js, [shadcn/ui](https://ui.shadcn.com/), and [magic ui](https://magicui.design/), deployed on Vercel.
Template from [dillionverma](https://github.com/dillionverma/portfolio/).
# 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
- Additions: PostHog, OG, RSS, and more
- 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/sarkartanmay393/portfolio-v4
```2. Move to the cloned directory
```bash
cd portfolio
```3. Install dependencies:
```bash
npm install
```4. Open the [.env.example](/.env.example), copy to `cp .env.example .env` and make changes
5. Start the local Server:
```bash
npm dev
```6. Open the [Config file](./src/services/resume.tsx) and make changes
# License
Licensed under the [MIT license](https://github.com/dillionverma/portfolio/blob/main/LICENSE.md).