A selection of personal and open-source projects from github.com/loxator.
CoinPulse
Crypto market dashboard surfacing live prices, candlestick charts with customizable time periods, trending coins, category breakdowns, and a currency converter. Built on the CoinGecko Pro API.
Next.js 16TypeScriptReact 19Tailwind v4CoinGecko API
S
SwapAway
Web3 DAI/ETH exchange that routes trades through Uniswap V2's Router contract. Fetches live ABIs from Etherscan and executes swapExactTokensForEth at market rates on Ethereum mainnet.
TypeScriptReactUniswap V2Etherscan API
SW
Sports WebSockets
Real-time match commentary platform using WebSocket broadcast channels. An Express + Postgres backend pushes live updates to all connected clients the moment they're authored.
Node.jsExpressPostgreSQLWebSockets
RTQ
React TypeScript Quiz
Multiple-choice quiz app with score tracking, difficulty levels, and animated question transitions. Built with React, TypeScript, and styled-components.
TypeScriptReactstyled-components
IB
Instagram Bot
Automation bot that pulls top-scoring posts from a chosen subreddit and publishes them to an Instagram account on a schedule. Covered step-by-step in a blog post.