Diego Pérez
I am a self-taught developer. I love learning, especially about technology, and I'm currently looking for my first opportunity within the web development industry.
I am a self-taught developer. I love learning, especially about technology, and I'm currently looking for my first opportunity within the web development industry.
A simple "Todo App". The diagram on the left is a representation of the state machine that controls the logic of the Todos component.
The diagram on the left is a representation of the state machine that controls the logic, a state transition table is used to describe the fsm. This program is my solution to the freeCodeCamp project "Build a JavaScript Calculator".
A personal productivity app to track time spent on each project of the "Responsive Web Design Certification" of freeCodeCamp. I used react-router-dom for navigation, hooks for state management and side effects. The project only uses functions (not classes).