https://github.com/utkarshahuja2003/portfolio
My personal portfolio website built using Next + Tailwind CSS
https://github.com/utkarshahuja2003/portfolio
nextjs personal-website portfolio-website tailwindcss typescript vercel
Last synced: 4 months ago
JSON representation
My personal portfolio website built using Next + Tailwind CSS
- Host: GitHub
- URL: https://github.com/utkarshahuja2003/portfolio
- Owner: UtkarshAhuja2003
- License: gpl-3.0
- Created: 2024-01-24T22:43:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-17T21:04:25.000Z (5 months ago)
- Last Synced: 2025-02-17T21:33:36.067Z (5 months ago)
- Topics: nextjs, personal-website, portfolio-website, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://ahujautkarsh.me
- Size: 3.44 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Portfolio Website
## Tech Stack
**This website is built with:**
- [NextJS](https://nextjs.org/), a React Framework to create full-stack Web applications by extending the latest React features. Alongside this, application uses [TypeScript](https://www.typescriptlang.org/).
- [TailwindCSS](https://tailwindcss.com/), a CSS library to rapidly design components using HTML classes.
- [Vercel](https://vercel.com/), a static site hosting with amazing deployment flow using Git
## 🖌️ Inspiration
This website design is inpired by [Sadee](https://github.com/codewithsadee/vcard-personal-portfolio).
## 💻 Building
### Running Locally
- Make sure you have [NodeJs](https://nodejs.dev/) installed.
- Fork and clone this repository
- `cd` into folder
**Type the following commands**
```bash
# install dependencies
$ npm install# run up the local host
$ npm run dev
```Now visit [localhost:3000](http://localhost:3000)
**Voila 🎉** . You can run the local build successfully