Skip to content

jusbuckingham/jusbuckingham

Repository files navigation

jusbuckingham.com

Welcome to my personal website! This site serves as a digital portfolio where I showcase my background, ongoing projects, and selected works. Built with a modern tech stack, it reflects my multifaceted interests and skills as an Artist, Technologist, and Entrepreneur.

Tech Stack

  • Next.js: A powerful React framework for server-side rendering and static site generation, ensuring fast performance and a seamless user experience.
  • Tailwind CSS: A utility-first CSS framework that enables effortless and highly customizable styling, ensuring a visually appealing and responsive design.
  • TypeScript: Provides strong typing to enhance the development experience, making the codebase more reliable and easier to maintain.
  • Vercel: A cutting-edge deployment platform optimized for modern web applications, ensuring continuous integration and smooth deployments.

Key Features

  • Responsive Design: The site is optimized for all devices, from desktops to mobile phones, ensuring a consistent and engaging user experience across platforms.
  • Dynamic Background: A sophisticated background that remains consistent, providing a cohesive and immersive environment throughout the day.
  • Analog Clock: A sleek analog clock displaying the current time, adding a unique touch of sophistication to the site.
  • SEO-Optimized: Structured data and meta tags are integrated into the site for improved search engine visibility, making it easier for users to discover my work online.

Getting Started

To run the project locally, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/jusbuckingham/jusbuckingham.git
    cd jusbuckingham
  2. Install Dependencies:

    npm install
  3. Run the Development Server:

    npm run dev
  4. Visit http://localhost:3000 in your browser to explore the site.

Deployment

This site is live on Vercel. To deploy your own version:

  1. Install Vercel CLI:

    npm install -g vercel
  2. Deploy the Project:

    vercel
  3. Follow the CLI prompts to link your project with your Vercel account and complete the deployment process.