https://github.com/shashiirk/v2
Second iteration of my personal portfolio
https://github.com/shashiirk/v2
nextjs personal-portfolio react tailwindcss
Last synced: 3 months ago
JSON representation
Second iteration of my personal portfolio
- Host: GitHub
- URL: https://github.com/shashiirk/v2
- Owner: shashiirk
- Created: 2022-03-24T14:37:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-16T20:17:18.000Z (about 1 year ago)
- Last Synced: 2025-05-06T01:37:43.103Z (5 months ago)
- Topics: nextjs, personal-portfolio, react, tailwindcss
- Language: JavaScript
- Homepage: https://shashi.vercel.app
- Size: 1.7 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

👋 Hey there! Thanks for checking out my portfolio project. This repository contains all the source code for it.
## "Can I use it?" 🤔
Yesss! You can use it for your personal portfolio project as well. Attribution is not mandatory but please consider giving me an attribution as it will help me a lot. Also, consider giving it a ⭐ if it really impressed you.
## Tools
- [Next.js](https://nextjs.org)
- [React](https://reactjs.org)
- [Tailwind CSS](https://tailwindcss.com)## Installation
Clone this repository to your local machine
```
$ git clone https://github.com/shashiirk/v2.git
```Install all the dependencies
```
$ npm install
```Start the application
```
$ npm run dev
```## Deployment
You can deploy and host with [Vercel](https://vercel.com).
## Licence
This project is licensed under [MIT](LICENSE).