A crypto swap ui for trading tokens.
There are two modes
In this mode, there's all kinds of state handling
- Input output tokens a loaded (mocked) with loading skeletons
- The values get set depending on their price
- The tokens are cached depending on what the user has recently used
- Error and success toast depending on the swap transaction (mocked)
- Buttons that set the input value depending on the user's balance
- Shadcn UI for ui and form components
- Tanstack Query for async state management and mutations
- Jotai for local state handling and token caching
In this mode there's no state handling just the ui
- Shadcn UI for ui and form components.
You can copy this one directly in your project if you have different stack and use your stack with it.
