
#100DaysOfCode, DAY 1. Anyone can join us in any language of their choice. Please retweet this tweet for more people to join us.
KevCare
1.7K posts

@CodingKevCare
Building startup sand castles in a fable watery economic landscape of South Africa. || An ALX SWE graduate program soldier 🪖🫡

#100DaysOfCode, DAY 1. Anyone can join us in any language of their choice. Please retweet this tweet for more people to join us.



Day 36 - 38 of #100DaysOfCode Days and weekends of abusing the API to build a UI around it... The learning is mostly around creating components within components to enhance the UI and add more features of the app And yes I don't care about UI that much for now 😅




Day 33 - 35 of #100DaysOfCode What we learned: -Creating components within components and fetching new API data on the other component. -Surprisingly: State management in terms of variable and data fetching and displaying it on the UI... The other 2 components clarified this





Day 31 - 32 of #100DaysOfCode Past 2 days have been about abusing the API key and rendering whatever I get out of it and styling it properly to make it look good.. Mostly worked on the CSS 😓 and I'm realising that I am going to need a UI/UX designer when I work on projects 😕






Day 30 of #100DaysOfCode Project Update: - The Search bar is fully fetching data from the API.. - We created a component that displays the fetched data as a list and shows them on the screen... This is called rendering 😅 Basically: my search bar now shows the words unlike b4



Day 29 of #100DaysOfCode In my project I'm trying to search for food like pasta from my search bar and in the background the food data must be fetched and be displayed. The useEffect hook helps us with that: - It's a hook that allows us to do side effects like fetching data.


Day 27 - 28 of #100DaysOfCode Got the idea of how Hooks work and it's project time to solidify the understanding... Starting with useEffect: a hook that performs side effects like fetching data... meaning we have to look into APIs. Played with Postman for APIs before project



Day 26 of #100DaysOfCode We got into the world of React Hooks... Understanding the different types of hooks and what their use cases are... Didn't have much learning during the day due to the AWS Summit but we were about start with the project to understand.








Day 18 - 21 of #100DaysOfCode 4 days of rigorous learning 😏 Solidified My: -States Knowledge -Expanded more on Rendering -Hooks -React Event Handling -Input field handling My understanding of this library is coming together... I'm starting to enjoy this thing...

Day 17 of #100DaysOfCode We got into *Rendering Components* and the types of rendering... slowly getting it. Then dived into *Events and event Handling*... JS revision with a twist of using components instead of functions. Now States 🙆🏾♂️ Memory variables within a component 🤔

Day 16 of #100DaysOfCode Back at it! We dived deeper into: -React Properties and their types -Got into destructuring and default props Now we touched down into Rendering: -Components and JSX -Conditional rendering -Re-rendering React is not pap n vleis but there's light

Day 15 of #100DaysOfCode Today we expanded on components and their types... Looked into props Looked into JSX Coming from the Python background it was easier to do importing of modules and expanding on the skeleton of the topic at large.




Day 11 of #100DaysOfCode Finally done with Async functions! Spend over 13 hours 😩🙆🏾♂️ The aim was to learn how to send and receive APIs and Https requests. Learned about XMLHttpRequest, Fetch API and Axios. Even did a project to solidify my learning... Road to React.