-
In this app you can get the price of a set of crypto actives represented in different national monetary symbols.
-
I used React.js with TypeScript to avoid type-related errors at compile time and produce secure code, as well as Zustand for sharing data between all components of the app, ZOD for make corrects validations schemas when fetching data from the API, and TailwindCSS for styling as it is a very fast way to apply styles in code.
-
You can clone the repo, make a cd into the project folder and then run
pnpm install
for installing the dependencies, then you can runpnpm dev
and the project will start on development mode. -
If you want, you can access a project's deployment here.