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

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

This is a simple personal portfolio site created using React.
https://github.com/salimi-my/my-portfolio

emailjs reactjs vite

Last synced: 6 months ago
JSON representation

This is a simple personal portfolio site created using React.

Awesome Lists containing this project

README

          

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

This is a simple personal portfolio site created using React.

## My Portfolio

- A simple Single Page App (SPA)
- Created using React
- Light & Dark mode
- Send messages using EmailJS

## Tech/framework used

- Vite
- React
- EmailJS

## Starting the project

Open the [.env.local.example](/.env.local.example) and fill in your EmailJS Configurations then rename and save it as .env.local then run the following command:

```bash
npm install
npm run dev
```

## Demo

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


Direct link: `https://my-portfolio.salimi.my`

## Screenshots

#### Homepage

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

#### About

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

#### Contact

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