Personal Website

screenshot of Personal Website
astro
nextjs
react
tailwind
chakra-ui

My personal website, statically generated by Astro

Overview:

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.

Features:

  • Easy project setup with create-next-app.
  • Development server for running and previewing the project.
  • Automatic updates to the page as files are edited.
  • API routes for creating custom API endpoints.
  • Integration with Vercel for easy deployment.

Summary:

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
Astro

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.

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

tailwind
Tailwind

Tailwind CSS is a utility-first CSS framework that provides pre-defined classes for building responsive and customizable user interfaces.

chakra-ui
Chakra UI

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
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.