Carlos
Carlos
### Summary I had to manually update the README to Step 2, since the workflow that updates such file is not working properly. **Even when the instructions are reproduced in...
- [ ] Change to a dynamic request (on GitHub API maybe) to render the date of the last project update, from `src/views/Footer/index.js`
- [ ] Move the `GitHubAPI.js` call from `src/views/Inicio/` to the `src/APIs` folder, as an abstraction layer, leaving just the presentation layer on `views/Inicio`
- [ ] Refactor/Fix the dark-light mode transition in such way that, if the dark mode is chosen, on page refresh render components already with dark mode (avoiding passing by...