Skip to content

My Personal Porfolio website created using NextJs and nodemailer

Notifications You must be signed in to change notification settings

Complexlity/portfolio

Repository files navigation

Personal Portfolio Website

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

Live Demo 👈

Portfolio Landing page Projects and Skills page

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)