https://github.com/imshubhamsingh/shubham.sh
✨ My portfolio built with Next.js and Vercel
https://github.com/imshubhamsingh/shubham.sh
nextjs portfolio react vercel
Last synced: 3 days ago
JSON representation
✨ My portfolio built with Next.js and Vercel
- Host: GitHub
- URL: https://github.com/imshubhamsingh/shubham.sh
- Owner: imshubhamsingh
- Created: 2021-06-21T19:19:38.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T18:41:46.000Z (about 2 years ago)
- Last Synced: 2025-04-09T06:11:11.472Z (3 months ago)
- Topics: nextjs, portfolio, react, vercel
- Language: TypeScript
- Homepage: https://shubham.sh
- Size: 4.49 MB
- Stars: 12
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
[](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fimshubhamsingh%2Fshubham.sh)
# shubham.sh
This is my first ever portfolio made using Next.js. With time, I'll add more features to it.
## Overview
- `pages/api/*` - [API routes](https://nextjs.org/docs/api-routes/introduction) powering my current listening song on Spotify
- `pages/*` - All other static pages.## Running Locally
```bash
$ git clone https://github.com/imshubhamsingh/shubham.sh.git
$ cd shubham.sh
$ npm install
$ npm run dev
```Create a `.env.local` file similar to [`.env.example`](https://github.com/leerob/leerob.io/blob/master/.env.example).
## Built Using
- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com)
- [CSS Modules](https://github.com/css-modules/css-modules)