Follow these instructions to set up and run the project on your local machine.
-
Install the project dependencies:
npm i
-
Start the development server:
npm run dev
Welcome to my personal website! I thought one of the best ways to showcase my coding skills was to create my own personal website using React, TypeScript, and some libraries. Feel free to browse through and make sure to check out the live website: kaythedev.com.
project-root
│
├── src
│ ├── components
│ ├── pages
│ ├── styles
│ ├── large-text-data
│ └── ...
├── public
├── .env
├── package.json
└── ...
For creating an infinite horizontal scroll carousel using Tailwind CSS, refer to the following tutorial:
Infinite Horizontal Scroll Carousel Tutorial
This tutorial provides a step-by-step guide on how to create a seamless, infinite scrolling carousel using Tailwind CSS.