Mwskwong.com

screenshot of Mwskwong.com
nextjs
react
geist-ui
radix-ui
contentful
drizzle-orm
prisma

The personal website and blog of Matthew Kwong

Overview

The source code of mwskwong.com provides insights into the creation of a personal website. This analysis aims to evaluate the key features, installation process, and provide a summary of the content.

Features

  • Custom Personal Website: The source code provides a template for creating a unique and personalized website.
  • Code Showcase: Explore the code structure and implementation details used in creating mwskwong.com.
  • Insight into Design Choices: Gain insights into the design decisions made for the personal website.

Summary

The mwskwong.com source code provides a reference template for creating a personal website. It showcases the unique design choices made by the author while offering insights into the implementation details. By following the provided installation guide, users can easily set up and customize their own personal website based on the mwskwong.com source code.

nextjs
Next.js

Next.js is a React-based web framework that enables server-side rendering, static site generation, and other powerful features for building modern web applications.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components

geist-ui
Geist UI

Geist UI is a modern, minimalist React component library inspired by Vercel's design language. It provides clean, elegant components with a focus on simplicity and developer experience, perfect for building modern web applications.

radix-ui
Radix UI

Radix Primitives is a low-level UI component library with a focus on accessibility, customization and developer experience. You can use these components either as the base layer of your design system, or adopt them incrementally.

contentful
Contentful

Contentful is a headless content management system (CMS) that provides a flexible and scalable platform for creating, managing, and delivering digital content across multiple channels and devices.

drizzle-orm
Drizzle ORM

Drizzle ORM is a TypeScript ORM for SQL databases designed with maximum type safety in mind. It comes with a drizzle-kit CLI companion for automatic SQL migrations generation. Drizzle ORM is meant to be a library, not a framework. It stays as an opt-in solution all the time at any levels.

prisma
Prisma

Prisma is a server-side library that helps developers read and write data to the database in an intuitive, efficient and safe way.

fullstack
Fullstack

A fullstack boilerplate provides a starter application that includes both frontend and backend. It should include database, auth, payments, user roles and other backend services to build a fully featured saas or webapps.

eslint
Eslint

ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.

react-hook-form
React Hook Form

React Hook Form is a performant, flexible, and extensible form library for React with easy validation. It reduces re-renders and improves performance by using uncontrolled components and native HTML validation, making form handling simple and efficient.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.

vercel
Vercel

Vercel offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.