JavaScript is required

About the website

Front end

The website is built using a modern frontend stack consisting of Tailwind, Nuxt v3, and Sass.
Nuxt is a framework for building server-side rendered and static websites with Vue.js.
Tailwind is a utility-first CSS framework that provides pre-built classes for styling HTML elements.
Sass is a powerful CSS preprocessor that simplifies the process of writing and managing CSS code.
To aliven up the website, I have also used a combination of heroicons and tablericons.


Back end

The website currently does not have a backend, and the technology to be used for it is yet to be determined. This means that the website''s functionality and features will be limited to what can be achieved through frontend technologies such as Tailwind, Nuxt, and Sass.


Architecture

The website is all build upon a combination of Github and Vercel.
Github provides a comprehensive set of features for version control, including source code management, issue tracking, collaboration, and continuous integration and deployment (CI/CD) workflows. You can easily track changes, collaborate with other developers, and manage issues and pull requests.
Vercel, on the other hand, is a cloud hosting platform that specializes in serverless deployment and provides an easy-to-use interface for deploying web applications.
By using Github and Vercel together, you can take advantage of the strengths of both platforms. Github provides a reliable and efficient way to manage the website''s source code, while Vercel offers a simple and powerful way to deploy the website to the cloud. This combination of version control and cloud hosting can help ensure that your website is easy to manage, maintain, and scale as it evolves over time.