Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/salimi-my/profolio

This a fullstack app built with Next.js allowing easy customization of portfolio details and project listings.
https://github.com/salimi-my/profolio

authjs edgestore mysql nextauth nextjs portfolio prisma react-email resend shadcn-ui tailwindcss typescript zustand

Last synced: about 2 months ago
JSON representation

This a fullstack app built with Next.js allowing easy customization of portfolio details and project listings.

Awesome Lists containing this project

README

        

# [Profolio](https://www.salimi.my) · [![Author Salimi](https://img.shields.io/badge/Author-Salimi-%3C%3E)](https://www.linkedin.com/in/mohamad-salimi/)

Profolio is a dynamic personal portfolio website built with Next.js. This fullstack app allow easy customization of portfolio details and project listings. All the informations, skills and projects can be updated effortlessly, ensuring them stays up to date.

## Dynamic portfolio site

- Dynamic infomations, skills & project listings
- Light / dark / system mode
- NextAuth.js v5 / Auth.js for authentication
- MySQL & Prisma for database
- Zustand for state management
- EdgeStore for file uploading
- React Email for email templating
- Resend for sending email
- Plaiceholder for generating image placeholder

## Tech/framework used

- Next.js 14
- Shadcn/ui
- NextAuth.js v5 / Auth.js
- Tailwind CSS
- TypeScript
- MySQL
- Prisma
- Zustand
- EdgeStore
- React Email
- Resend
- Plaiceholder

## Starting the project

Open the [.env.example](/.env.example) and fill in your Database URL, Auth, Resend & EdgeStore Configurations then save it as .env the run the following command:

```bash
pnpm install
pnpm dlx prisma generate
pnpm dlx prisma db push
pnpm dev
```

## Demo

Hosted privately on personal DigitalOcean Droplet. [Click here](https://www.salimi.my) to visit.


Direct link: `https://www.salimi.my`

## Screenshots

#### Homepage

![Homepage](/screenshots/screenshot-1.png)

#### About

![About](/screenshots/screenshot-2.png)

#### Portfolio

![Portfolio](/screenshots/screenshot-3.png)

#### Contact

![Contact](/screenshots/screenshot-4.png)

#### Sign in

![Sign in](/screenshots/screenshot-5.png)

#### Admin dashboard

![Admin dashboard](/screenshots/screenshot-6.png)

#### Portfolio list

![Portfolio list](/screenshots/screenshot-7.png)

#### Add project

![Create portfolio](/screenshots/screenshot-8.png)