More Premium Hugo Themes Premium Nextjs Themes

Colegaw.in

my personal landing page

Colegaw.in

my personal landing page

Author Avatar Theme by chroline
Github Stars Github Stars: 7
Last Commit Last Commit: May 10, 2025 -
First Commit Created: Dec 18, 2023 -
Colegaw.in screenshot

Overview

colegaw.in is a personal website built using Typescript, Next.js, and Chakra UI. It is currently in version 2 and a work in progress.

Features

  • Typescript: The website is built using Typescript, a statically-typed superset of JavaScript, which helps in catching errors during development and improves code maintainability.
  • Next.js: The website is developed using Next.js, a popular React framework, which provides server-side rendering, static site generation, and other advanced features out of the box. This ensures faster page loading and improved SEO.
  • Chakra UI: Chakra UI is used as the component library for styling and designing the website. It offers a set of accessible and customizable UI components that help in creating a visually appealing and responsive user interface.

Installation

To install the theme, follow these steps:

  1. Clone the repository:
git clone https://github.com/[username]/colegaw.in.git
  1. Change to the project directory:
cd colegaw.in
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

Summary

colegaw.in is an ongoing personal website project that utilizes Typescript, Next.js, and Chakra UI. It aims to provide a visually appealing and responsive user interface while leveraging the benefits of server-side rendering and static site generation. With its use of Typescript, it ensures code reliability and ease of maintenance. The installation process is straightforward and requires cloning the repository, installing dependencies, and starting the development server.