Cryptogram is a cryptocurrency search app, where you can see the details of any crypto currency that is on the market today. Using a precise API from coin gecko, Crpyotgram is able to fetch realtime market data for any coin such as trending coins, the current price of those coins, as well as their market cap rank, 24h highs and lows, their circulating supply, and more. Cryptogram also allows users to search for coins to find information, and provides a line chart to display the coin prices for the last 7 days. Cryptogram is a Progressive Web Application available on desktop and mobile devices like Android and IOS.
Recharts Chart Library 📈
Zustand State Management 💻
Coin Gecko API
Insert gif or link to demo
Check out the demo and walkthrough at
Clone the project
git clone git@github.com:MichaelKleyman/Cryptogram.git
Go to the project directory
cd my-project
Install dependencies
npm install
Start the server
npm run dev