My personal website, statically generated by Astro
This is a Next.js project bootstrapped with create-next-app. It provides a development server to run the project and allows for easy editing of pages. It also includes API routes for creating API endpoints. Next.js is a powerful framework for building server-side rendered React applications.
Next.js is a powerful framework for building server-side rendered React applications. It provides a development server, automatic updates, API routes, and easy deployment with Vercel. With Next.js, you can quickly set up and run your project, making it an excellent choice for building modern web applications.
Astro is the all-in-one web framework designed for speed. Pull your content from anywhere and deploy everywhere, all powered by your favorite UI components and libraries.
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 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
Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.
Chakra UI is a popular open-source React component library that provides a set of accessible and customizable UI components to help developers create modern web applications.
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 offers built-in support for deploying and hosting Next.js applications, making it a popular choice among Next.js developers.