Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.31 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.31 KB

KayTheDev 👾

Getting Started 🏃‍♀️💨

Follow these instructions to set up and run the project on your local machine.

Installation

  1. Install the project dependencies:

    npm i
  2. Start the development server:

    npm run dev

Project Overview 📖

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.

Folder Structure 🗂️

project-root
│
├── src
│   ├── components
│   ├── pages
│   ├── styles
│   ├── large-text-data
│   └── ...
├── public
├── .env
├── package.json
└── ...

Live Website/Project 🔎

KayTheDev.com

Infinite Horizontal Scroll Carousel

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.