My personal portfolio built using NextJs to enable easier networking with other developers
- Theming (Light and Dark
- Sending messages using nodemailer
For better description of the code clone the with-comments
branch
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
- Typescript
- React
- NextJs
- Context API
- nodemailer
- React-icons
- Material-UI
- TailwindCSS
git clone https://github.com/Complexlity/portfolio.git
cd portfolio
npm install
npm run dev
Open the link show on the terminal in a browser (Usually http://localhost:3000
)