Skip to content
View CamiloPinzon's full-sized avatar
💭
Optimistic
💭
Optimistic

Block or report CamiloPinzon

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
camiloPinzon/README.md

Hi there, I'm Camilo Pinzón 👋

🚀 Front-End Developer | React | JavaScript | TypeScript

I'm a passionate front-end developer focused on crafting modern, high-performance web applications. I specialize in React, Redux, TypeScript, and SASS, and I love building intuitive and scalable user interfaces.

🌱 Currently learning: Firebase Cloud Functions & improving my freelancing skills
📌 Looking for: Exciting front-end projects, collaboration opportunities, and a long-term opportunity
🎯 Goals: Grow as a React developer and build impactful web applications


🛠️ Tech Stack

HTML
CSS
JavaScript
React
TypeScript
WordPress
Git
GitHub
SASS
Firebase
Netlify


📫 Let's connect:
Website
LinkedIn
Twitter
Instagram

Pinned Loading

  1. Component-lifecicle-methods Component-lifecicle-methods Public

    Component that fetches data from an API and displays it. Use useEffect to handle the data fetching and cleanup if necessary.

    TypeScript 1

  2. State-Management State-Management Public

    Simple counter application where the count value can be incremented, decremented, and reset. Use both useState and useReducer for state management.

    CSS 1

  3. Context-API Context-API Public

    This is a simple React application that demonstrates how to implement a theme toggler (light/dark mode) using the Context API. The theme is managed globally and can be toggled from any component wi…

    TypeScript 1

  4. React-Router React-Router Public

    This is a simple React application that demonstrates how to implement a multi-page application using React Router. The application includes routes for a homepage, about page, contact page, and serv…

    TypeScript 1

  5. wc-scheduled-discounts wc-scheduled-discounts Public

    WooCommerce Scheduled Discounts Manager lets you pick specific WooCommerce products, schedule a campaign window, and automatically apply either 10% or 15% discounts during that period. It handles r…

    PHP

  6. basic_calculator basic_calculator Public

    A simple, interactive web-based calculator application built with vanilla JavaScript, HTML, and CSS. This project demonstrates fundamental JavaScript concepts including DOM manipulation, event hand…

    JavaScript