krisette / portfolio

my personal website ๐Ÿ˜Œ

Home Page:http://krisette.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

krisette.io

this is the source code for my personal website. here, i showcase my projects, share some insights about myself, and provide ways to get in touch.

technologies used

  • react: a javascript library for creating user interfaces.
  • next.js: a framework that adds server-side rendering capabilities to react, simplifying the development of complex applications.
  • tailwindcss: a utility-first css framework for quickly designing web pages.
  • masonry: a library for creating a responsive grid layout.
  • husky: used to enforce code quality through pre-commit hooks that run linting before commits are made.
  • github actions: utilized for continuous integration and deployment, automating the process of deploying the website to github pages whenever changes are pushed.

setup

to run this project locally, youโ€™ll need node.js and npm installed. clone the repository, navigate to the project's directory, and run npm install to install the dependencies. start the development server with npm run dev.

About

my personal website ๐Ÿ˜Œ

http://krisette.io


Languages

Language:TypeScript 95.2%Language:JavaScript 2.9%Language:CSS 1.3%Language:Shell 0.6%