Skip to content

Ateto1204/Ateto1204.github.io

Repository files navigation

The Site of Ateto

This is a personal site developed by Dong-Yi Su aka Ateto.

Tech Stack

The architectural design adopts MVC architecture and adheres to the abstraction principle, providing each component with an almost pure interface to achieve high scalability, low coupling, high modularity and high testability.

Dev

  • React.js
  • Typescript
  • Tailwind CSS
  • Material UI

Build

  • Vite
  • npm

Test

  • Jest
  • Playwright

CI/CD

  • Github Action