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

https://github.com/complexlity/portfolio

My Personal Porfolio website created using NextJs and nodemailer
https://github.com/complexlity/portfolio

material-ui nextjs nodemailer react-icons reactjs tailwindcss typescript uniqid

Last synced: 3 months ago
JSON representation

My Personal Porfolio website created using NextJs and nodemailer

Awesome Lists containing this project

README

          

# Personal Portfolio Website

My personal portfolio built using NextJs to enable easier networking with other developers

[Live Demo](https://complexlity-personal-portfolio.netlify.app/) :point_left:

![Portfolio Landing page](/assets/readme-img.png)
![Projects and Skills page](/assets/readme-img2.png)

## Features

- Theming (Light and Dark
- Sending messages using nodemailer

## New Feature Alert!!

For better description of the code clone the `with-comments` branch

### FAQs

Question: Why not merge it to the `main` branch

Answer: I personally believe in writing clean codes and try as much as possible to make it self explanatory. But for the sake of reaching beginner levels I have made this new branch

## Technologies

- Typescript
- React
- NextJs
- Context API
- nodemailer
- React-icons
- Material-UI
- TailwindCSS

## Geting started

### Clone repository

```
git clone https://github.com/Complexlity/portfolio.git
cd portfolio
```

### Install dependencies

```
npm install
```

### Start Application

```
npm run dev
```

Open the link show on the terminal in a browser (Usually `http://localhost:3000`)