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