Crytick

January 2022

Github

Live

Crytick is a website that streams all crypto currencies prices every 2s. The main idea of the project is to show the users the charts of cryptocurrencies which always updated every 2s. The charts will updated and sorted by the market cap value which always change every 2s. This project was bootstrapped with Create React App. The styles was using daisyui that customed by tailwindcss.


Screenshot of the website

The implemented API is using 2 Binance APIs: GET_ALL_ASSET and TICKER 24H.


JS Quizz

----- Is it True or False?


    const main = () => {
      return console.log(30 > 20 > 10);
    }
  
reactjstypescripttailwinddaisyuistorybook
© 2022 · Built with all I have.