A simple React application built with Vite, TypeScript, and SWC that fetches data from the public Deck of Cards API and displays card information.
- Clone the repository.
- Run
npm installto install dependencies. - Run
npm run devto start the development server.