This is a website for converting currencies. There are two pages:
Here you can see an interface to convert currencies
In order to use this page you must select currency to convert from on the Convert page. After that you can add other currencies that will be updated 1:X with selected.
Open terminal and write cd client, after that write npm run dev to start the website.
- npm run dev: to start development
- npm run dev build to build project
- npm run dev lint to fix lint errors ts and tsx files
- npm run dev preview to start vite preview