Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

55 lines (34 loc) · 1.11 KB

Byzantine Color Palette

A simple React application that creates an interactive Byzantine color palette. It provides light/dark color toggles and smooth animations.

Byzantine.Color.Palette.webm

🌟 Overview

As a React learner, I built this project to practice React state management and CSS animations. The app allows users to:

  • Interactive color buttons with animation effects
  • Byzantine color scheme
  • Modern UI with header and footer components

🚀 Technologies Used

  • React
  • Vite
  • CSS3 Animations

🛠️ Setup

  1. Clone the repository:
git clone https://github.com/yourusername/byzantine-color-palette.git
cd byzantine-color-palette
  1. Install dependencies:
npm install
  1. Start the development server:
npm run dev

📝 Learning Points

Through this project, I learned about:

  • React useState
  • CSS animations and transitions
  • Component composition

🤝 Contributing

As a learning project, I welcome any suggestions or improvements!

Created by Ethan Li