Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 778 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 778 Bytes

curr.vitaly.im

This is a currency converter web application built with Next.js, Tailwind, and TypeScript.

DEMO: https://curr.vitaly.im

Installation

  1. Clone the repository: git clone https://github.com/vitalikda/curr.vitaly.im.git
  2. Install dependencies: pnpm install

Usage

  1. Clone .env.example and fill in the environment variables
  2. Start the development server: pnpm dev
  3. Open http://localhost:3000 in a web browser

Features

  • Convert between different currencies
  • Built with Next.js and TypeScript
  • Uses React Query for data fetching and caching
  • Uses Zod for runtime type checking
  • Uses Tailwind CSS for styling

Contributing

Contributions are welcome! Please fork the repository and open a pull request with your changes.