Skip to content

wookingwoo/wookingwoo-landing

Repository files navigation

wookingwoo world

This is a personal portfolio website showcasing wookingwoo's projects and skills.

Features

  • Portfolio collection with thumbnails
  • Personal introduction
  • Links to social media and contact information
  • Technical skills showcase
  • Hobbies section with travel map

Tech Stack

  • Next.js
  • React
  • TypeScript
  • Tailwind CSS
  • Framer Motion
  • Google Maps API

Getting Started

Prerequisites

  • Node.js (v14 or later)
  • npm

Installation

  1. Clone the repository

    git clone https://github.com/wookingwoo/wookingwoo-landing.git
    cd wookingwoo-landing
    
  2. Install dependencies

    npm install
    
  3. Create a .env.local file in the root directory and add your Google Maps API key:

    NEXT_PUBLIC_GOOGLE_MAPS_API_KEY=your_google_maps_api_key
    
  4. Run the development server

    npm run dev
    
  5. Open http://localhost:3000 in your browser to see the result.

Building for Production

npm run build
npm run start

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published