This ReactJS single page application is a Next.js 13 project, utilizing their modern app directory with server-side rendering. It was created by running npx create-next-app
, coded using Typescript and styled with TailwindCSS. Animaitions of components utilized Framer's Motion library. Icons were provided by the npm package React Icons.
The contact form was linked to Max's personal email using an API provided by the open-source Nodemailer module in conjunction with Axios.
Initial testing of this repository was deployed using Vercel.