Today's Progress: I've gone through many exercises on FreeCodeCamp on the React Challenges. I stopped at "Create a Stateful Component"
Thoughts I feel like i'm making progress in React and that i can do some things on my own
Today's Progress: I've gone through 14 exercises on FreeCodeCamp on the React Challenges. I stopped at "Manage Updates with Lifecycle Methods"
Thoughts It was a bit harder on the challenge "Manage Updates with Lifecycle Methods" because if forgot to use this.setState and modified the state directly instead
Points to work on Listeners in javascript
Today's Progress: Worked on a new little project : A minecraft server management application
The goal is to manage my local server (Start/Stop Server and minecraft service) directly from one interface. I already did this in PHP but i wanted to do it in React/Node JS
Points to work on My attention and patience
Today's Progress: Finished React challenges on learn.freecodecamp.org
Points to work on I will now try to learn Redux and work on my little project
Today's Progress: Advanced through my minecraft server manager project So far now i can see the players connected with their avatar and the possibility of downloading there skins (Thanks crafatar) I can also send rcon commands to my server and see the result in real time with the use of socket.io on the console output
I also managed to push to production my react and node app on a raspberry pi but with some problem with CORS
Points to work on Deployment on my raspberry pi, design of my application in general (Bootstrap but no margin are used so everything is very compact)
Today's Progress: Advanced again through my minecraft server manager. Corrected a lot of bugs (Could not access the query protocol of my server) I also separated the divs of each component in one col each with react-bootstrap.
Points to work on Need to correct a bug where the players would not update on the application
Today's Progress: Fixed some bugs on minecraft mgmt (Auto update fixed), css fixes
Today's Progress: Added the level of the player on minecraft management
Points to work on Add life and armor meter
Today's Progress: Player Health and armor are now visible is my minecraft server mgmt app. I used the Dynmap plugin api which gives more info about the players connected in JSON format.