Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 7 hours 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-03-22T21:29:50.000Z (8 months ago)
- Last Synced: 2024-03-22T22:33:45.268Z (8 months ago)
- Topics: nextjs, personal-website, portfolio-website, tailwindcss, typescript, vercel
- Language: TypeScript
- Homepage: https://ahujautkarsh.me
- Size: 3.31 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
![image](https://github.com/UtkarshAhuja2003/Portfolio/assets/70762626/879b4ef3-4ed2-432c-842e-e56d92a5ba92)## 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