Skip to content

maxzinko/izinko.com

Repository files navigation

izinko.com

A personal portfolio website built with React and Vite.

Tech Stack

  • React 18 - UI library
  • Vite - Build tool and dev server
  • Tailwind CSS - Utility-first CSS framework
  • Lucide React - Icon library

Getting Started

Prerequisites

  • Node.js 18+
  • npm or yarn

Installation

# Clone the repository
git clone https://github.com/yourusername/izinko.com.git
cd izinko.com

# Install dependencies
npm install

# Start development server
npm run dev

The dev server will start at http://localhost:5173/

Scripts

Command Description
npm run dev Start development server
npm run build Build for production
npm run preview Preview production build
npm run lint Run ESLint

Project Structure

src/
├── components/     # React components
│   ├── Header.jsx
│   ├── Footer.jsx
│   ├── Skills.jsx
│   ├── Work.jsx
│   ├── Personal.jsx
│   ├── Modal.jsx
│   ├── WelcomeCard.jsx
│   └── ContactCard.jsx
├── utils/          # Utility functions and hooks
├── App.jsx         # Main app component
├── main.jsx        # Entry point
└── index.css       # Global styles

License

MIT

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published