This branch is 1 commit behind GivFNZ/my-website:main

Giv's Website

Introduction

Hey, this is my website! You will be able to know what I'm good on and how to contact me through there.

Technology Stack

  • React
  • TypeScript
  • Vite

How to access?

  • Thanks to NineTailed, the deploy is available here
  • If you want to check the source code, visit the project repo on Gitea.

Contributions

Any contribution is welcome. If you want to test the website in your own machine to help on this, make sure you have Node.js installed, then clone the project repo and run the following commands:

NPM

  • npm i - Install dependencies
  • npm run dev - Run dev server

Bun

  • bun install - Install dependencies
  • bun dev - Run dev server

The development server will be available at http://localhost:5173.

Special Thanks

Enjoy!

Description
My website! Made with React and styled components
Readme 433 KiB
Languages
TypeScript 95.9%
JavaScript 2.7%
HTML 1.4%