Skip to content

luchosr/look-into-crypto

Repository files navigation

Cryptoassets Quoter App

Description and Motivation

  • 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.

How to Install and Run the Project

  • You can clone the repo, make a cd into the project folder and then run pnpm install for installing the dependencies, then you can run pnpm dev and the project will start on development mode.

  • If you want, you can access a project's deployment here.

Look Into Crypto App Image