A simple React application that creates an interactive Byzantine color palette. It provides light/dark color toggles and smooth animations.
Byzantine.Color.Palette.webm
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
- React
- Vite
- CSS3 Animations
- Clone the repository:
git clone https://github.com/yourusername/byzantine-color-palette.git
cd byzantine-color-palette
- Install dependencies:
npm install
- Start the development server:
npm run dev
Through this project, I learned about:
- React useState
- CSS animations and transitions
- Component composition
As a learning project, I welcome any suggestions or improvements!
Created by Ethan Li