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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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

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

  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

  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

  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

  5. login-form-validation login-form-validation Public

    Learn to manage form state, handle validation, and give proper feedback to users.

    TypeScript

  6. PHP-Factorial-Calculator PHP-Factorial-Calculator Public

    This project is a simple PHP application that calculates the factorial of a number using both iterative and recursive approaches. It includes two forms where users can input a number to calculate i…

    PHP