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

https://github.com/sarozpradhan64/react-next-portfolio

Developer Portfolio built on Nextjs 14 (App Router) with Tailwind.
https://github.com/sarozpradhan64/react-next-portfolio

blog netlify nextjs portfolio react tailwind vercel

Last synced: 3 months ago
JSON representation

Developer Portfolio built on Nextjs 14 (App Router) with Tailwind.

Awesome Lists containing this project

README

        

## [Developer Portfolio in Next.js](https://pradhansaroj.com.np)

![image](https://github.com/user-attachments/assets/774e2489-daa2-4544-b612-6a6816743e3e)

### Setup

- Clone the repository

```
git clone https://github.com/sarozpradhan64/React-Next-Portfolio.git
```

- Install the npm packages
```
npm install
```

- Create .env.local file in root directory and Add the Email.js secret Keys for contact form submission.

```
EMAIL_JS_SERVICE_ID=
EMAIL_JS_PUBLIC_KEY=
EMAIL_JS_TEMPLATE_ID=
```

- Start the development Server
```
npm run dev
```