Pinned Loading
-
Component-lifecicle-methods
Component-lifecicle-methods PublicComponent that fetches data from an API and displays it. Use useEffect to handle the data fetching and cleanup if necessary.
TypeScript
-
State-Management
State-Management PublicSimple counter application where the count value can be incremented, decremented, and reset. Use both useState and useReducer for state management.
CSS
-
Context-API
Context-API PublicThis 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
-
React-Router
React-Router PublicThis 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
-
login-form-validation
login-form-validation PublicLearn to manage form state, handle validation, and give proper feedback to users.
TypeScript
-
PHP-Factorial-Calculator
PHP-Factorial-Calculator PublicThis 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
If the problem persists, check the GitHub status page or contact support.