Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.03 KB

File metadata and controls

27 lines (19 loc) · 1.03 KB

Project: DEV Toolkit for Web

App

The app name is Code Alchemy.

Tech Stack

  • Astro
  • React 19
  • Tailwind 4
  • TypeScript
  • Tabler icon set from Iconify

General Instructions for the UI

  • When you generate new components for the UI, use the color-palette described in specs/ui/color-palette.md
  • Add animations when applicable based on the notes from specs/ui/animations.md
  • New components must align with the main design described in specs/ui/main-design.png
  • The app must support dark and light themes. Use palette color described in specs/ui/color-palette.md.
  • Copy buttons must be placed at the top-right of the output (above of the actual output).
  • In layouts where there's a horizontal input/output fields, the button to generate the output must be placed at the top-right of the input (above of the actual input).

General Instructions for the code

  • Use the Tech Stack as the first option for development, ask for permissions if a new package is required.
  • When applicable, create React components to reuse UI blocks.