https://github.com/psparwez/portfolio
A sleek and modern portfolio website built with Next.js. It can be used as a template for your next portfolio website — for FREE. 💯
https://github.com/psparwez/portfolio
dark-portfolio framer-motion nextjs nextjs-portfolio portfolio react-portfolio reactjs
Last synced: 7 months ago
JSON representation
A sleek and modern portfolio website built with Next.js. It can be used as a template for your next portfolio website — for FREE. 💯
- Host: GitHub
- URL: https://github.com/psparwez/portfolio
- Owner: psparwez
- License: mit
- Created: 2025-01-22T18:55:59.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-19T23:52:03.000Z (8 months ago)
- Last Synced: 2025-02-20T00:33:13.601Z (8 months ago)
- Topics: dark-portfolio, framer-motion, nextjs, nextjs-portfolio, portfolio, react-portfolio, reactjs
- Language: TypeScript
- Homepage: https://dark-portfolio-site.vercel.app/
- Size: 386 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 👋 Portfolio Portfolio
A sleek and modern portfolio website built with Next.js, showcasing professional experience and projects in a minimalist, user-friendly design. 💯## 📸 Demo Screenshots
## Getting Started
Follow these steps to run the project locally:
### Prerequisites
Make sure you have the following installed:
- [Node.js](https://nodejs.org/) (v18 or later)
- [npm](https://www.npmjs.com/) or [yarn](https://yarnpkg.com/)### Installation
1. Clone the repository:
```bash
git clone https://github.com/psparwez/portfolio.git
cd portfolio
```2. Install dependencies:
```bash
npm install
# or
yarn install
```3. Run the development server:
```bash
npm run dev
# or
yarn dev
```The application will be available at [http://localhost:3000](http://localhost:3000).
### Build for Production
To create an optimized production build, run:
```bash
npm run build
npm start
# or
yarn build
yarn start
```