A minimalistic web application built using Next.js, Chakra UI, and TypeScript. Save and follow your favorite crypto currency's activity in the market like you are looking up the weather. This was built to present a simpler, more de-cluttered interface than most crypto currency apps. Designed for beginners in the crypto currency space and for people that want to quickly get a glance at the market.
*You cannot buy or trade cryptos with this application. Prices are in USD. Listed cryptos are from Coinbase's current listings.
Developed using Next.js, a React framework, on the Node.js environment. After you clone this repository you must run npm install
in bash
to make sure all the dependencies, such as the crypto icon images, work properly.
Some resources used to build this app include:
- Coinbase Pro API
- Current list of their supported crypto currencies
- Websocket API to access the real-time price ticker of each crypto
- Historical data to display on a chart
- cryptocurrency-icons
- npm package providing icons of varying styles and sizes for almost 500 crypto currencies
- Framer Motion
- open source motion library for React. Allows you to swipe!
- Victory
- React component library for data visualization. Displays price information in customizable ways
This project is covered under the MIT license -- see more info here.
- GitHub: jfrausto
- If you have any further questions, you can reach me at fraustojesse24@gmail.com