Skip to content
View MiguelRcol's full-sized avatar

Block or report MiguelRcol

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
MiguelRcol/README.md

Hi, I'm Miguel 👋

Front-end leaning full-stack developer, based in Medellín, Colombia — building my way through The Odin Project curriculum and shipping small, complete projects along the way.

Portfolio Email


🚀 Featured projects

Project Description Stack
STRIDE Shopping Cart (demo) Bilingual (ES/EN) sports e-commerce demo — catalog, cart and checkout flow React · TypeScript · Vite
CV Studio (demo) Résumé builder with live preview React · TypeScript · Vite
Memory Card (demo) League of Legends champion memory game using the Riot Data Dragon API React · TypeScript
Battleship (demo) Classic Battleship, built test-first JavaScript · Jest (TDD)
Weather App (demo) Live forecasts from a public weather API JavaScript
TextAnalyzer CLI tool that lexically analyzes text files with a hash table written from scratch C

🛠️ Tech I work with

JavaScript TypeScript React Vite HTML5 CSS3 C Git


Followers Profile views

Pinned Loading

  1. Shopping-cart Shopping-cart Public

    STRIDE — a bilingual (ES/EN) sports e-commerce demo: catalog, cart, and checkout flow built with React, TypeScript and Vite.

    TypeScript

  2. Weather-app Weather-app Public

    A responsive weather app that fetches live forecasts from a public API.

    JavaScript

  3. cv-studio cv-studio Public

    CV Studio — a React and TypeScript résumé builder by Miguel Rua.

    TypeScript

  4. memory-card memory-card Public

    A responsive League of Legends champion memory game built with React and Riot Data Dragon.

    TypeScript

  5. battleship battleship Public

    A responsive Battleship game built with TDD for The Odin Project.

    JavaScript

  6. TextAnalyzer TextAnalyzer Public

    A command-line program that reads any text file and performs lexical analysis using a custom hash table.