This app is a showcase for all the projects that I have been working on. It also contains all additionaly skills that I know prior to Web development. The webpage has an experience timeline to showcase what I was doing before.
Logo / Icons are designed in Illustrator as SVG and change the fill to "currentColor" to allow dark mode switching.
You can download my PDF to see my latest CV and when entering the contact details, I will be able to reply to you when I have read and receive your request.
Live view by clicking the link: ➡️ website
This portfolio using Next.js with tailwind CSS. I have also used a few libraries such as tsparticles (subtle background stars), nextUI, framerMotion, React Email and Resend.
To be able to install it make sure you do the following task:
1) Fork or Clone my Repo
2) npm i (install all dependancies)
3) add .env.local (for resend api key. * note that you will need to create your own resend account to add into the .env.local)
4) npm run dev (start the development version)