Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
Crypto screener app built with React JS and Tailwind CSS using Context API, React Router, and CoinGecko API.

Light Bootstrap Dashboard is an admin dashboard template designed to be beautiful and simple.
CryptoBucks is a free cryptocurrency screener web application built with React and Tailwind CSS that pulls live coin data from the CoinGecko API and presents it in a responsive, multi-page interface.
CryptoBucks is a front-end web application, written in ReactJS and styled with Tailwind CSS, that lets users screen cryptocurrencies by fetching live market data from the CoinGecko API. It takes coin pricing and market data as input and renders it across list, trending, detail, and saved views, including price charts built with the Recharts library. The project is published by developer codebucks27 as the final code for a YouTube tutorial hosted on devdreaming.com, with starter code files available in the same GitHub repository.
The app fetches cryptocurrency data from the CoinGecko API, stores it in React Context, and uses React Router to navigate between list, detail, trending, and saved views. The tutorial walks through building the app from setup through final deployment, and this repository contains the finished code as a reference.
Yes. The source code is publicly available on GitHub under the codebucks27 account, and the author accepts optional support via Buy Me a Coffee. There is no licensing fee mentioned for learning or personal use.
The app uses the CoinGecko API to fetch live cryptocurrency prices and market data. CoinGecko's public endpoint is free to use, as noted in the project's resource list.
No. It is a client-side React application that talks directly to the CoinGecko API. There is no custom server or database; saved coins are handled entirely in the front end.
The GitHub repository contains both starter code and final code files. The linked tutorial on devdreaming.com and YouTube explains the full build process, including running the development server and integrating the APIs.
