An open API service indexing awesome lists of open source software.

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. 💯

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
![Image](https://github.com/user-attachments/assets/79250590-04ed-43fa-82ed-4cc64b1a7971)

## 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
```