This is a currency converter web application built with Next.js, Tailwind, and TypeScript.
DEMO: https://curr.vitaly.im
- Clone the repository:
git clone https://github.com/vitalikda/curr.vitaly.im.git
- Install dependencies:
pnpm install
- Clone
.env.example
and fill in the environment variables - Start the development server:
pnpm dev
- Open http://localhost:3000 in a web browser
- Convert between different currencies
- Built with
Next.js
andTypeScript
- Uses
React Query
for data fetching and caching - Uses
Zod
for runtime type checking - Uses
Tailwind
CSS for styling
Contributions are welcome! Please fork the repository and open a pull request with your changes.