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: about 4 hours ago
JSON representation

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

Awesome Lists containing this project

README

          

## React | Next.js | Portfolio : [Demo](https://sarojpradhan.com.np)
![image](https://github.com/user-attachments/assets/db718e4a-71bc-4c80-8127-5fdb803fadee)

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

```
NEXT_PUBLIC_EMAIL_JS_SERVICE_ID=
NEXT_PUBLIC_EMAIL_JS_PUBLIC_KEY=
NEXT_PUBLIC_EMAIL_JS_TEMPLATE_ID=
```

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