Tweet
⚡️ Day 107 of #100DaysOfCode

I finished up the top/bottom text inputs for the Meme Generator project from @scrimba
Just a few CSS adjustments left and then I'll move onto learning more about API's in React.

Couldn't think of a caption 🤷‍♂️

#ReactJS #javascript #buildinpublic
⚡️ Day 101 of #100DaysOfCode

No point in stopping now 🤷‍♂️
Today, I worked more on refactoring the meme generator project to using state in React instead of local variables. I have learned so much in such a short time with so much more to learn #ReactJS #javascript #buildinpublic
⚡️ Day 99 of #100DaysOfCode

Today, I applied what I've been learning about state to finally add randomly generated images to my Meme Generator in React. #ReactJS #javascript #BuildInPublic

What would you caption this meme image? 👇
⚡️ Day 97 of #100DaysOfCode

Today, I setup a form with two inputs and a button to prepare for the top and bottom text for my meme generator. Applied using grid to align the inputs and button in much less lines than I would have with flex. #ReactJS #javascript #buildinpublic
⚡Day 51 of #100DaysOfCode

Today, I setup my watchlist page and the ability to navigate to it. I'll be working on adding movies to the new watchlist page using localStorage once I setup a button handler.

#javascript #buildinpublic
⚡Day 50 of #100DaysOfCode

With minimal CSS, I've setup a little card to display the movie and info. Still a long way to go, but here's my progress:

#buildinpublic #100daysofcoding #javascript
⚡Day 43 of #100DaysOfCode

Today, I did some final touches to the Color Scheme Generator solo project from @scrimba Frontend Path using HTML, CSS and JavaScript!👨‍💻 #javascript #buildinpublic

🔗azolyth.github.io/Color-Scheme-G…
⚡Day 42 of #100DaysOfCode

Today, I started working on the Color Scheme Generator solo project from Scrimba. I've mostly laid out the HTML, CSS & JavaScript foundation to get started. I also read the Color API docs to get a deeper understanding #buildinpublic

Progress:
⚡Day 34 of #100DaysOfCode

I started working on the Dashboard Project from @scrimba Frontend Path.

Practicing API's using the Unsplash API to grab a background image and CoinGecko API for Crypto info #javascript #buildinpublic

Placeholders for now, but here's my progress:
⚡Day 32 of #100DaysOfCode

Today, I finished up the War game from @scrimba , there's a lot more I'd like to add, but these are the basic functionalities.

Do you have any suggestions of what I could add to improve this?👇

#BuildInPublic #javascript
🔗azolyth.github.io/War/
⚡Day 19 of #100DaysOfCode

Today, I setup conditional rendering for an end message based on the state of the game and character health!

Starting to feel more like a game every day! 🎲🎮

Much to improve, updates soon. #javascript #buildinpublic

Code changes in 🧵
Doing these little updates feels like Frontend Developer Diaries 😅

I setup a placeholder dice slot to not reveal the numbers right away. I imagine it improves the UI/UX a bit.
#javascript #buildinpublic
I've setup a placeholder dice slot so that you don't see the numbers until the dice has been rolled. I feel like this improves the UX a little bit. #BuildInPublic
More updates coming tomorrow on setting up a dice placeholder and inflicting damage with each attack/dice roll 🎲 #BuildInPublic

This is the sum total of functionality so far:
⚡Day 17 of #100DaysOfCode

I learned #javascript modules to practice project management for the RPG I've been working on.

I can definitely see how this will keep bigger projects more sustainable and easier to manage💯

#BuildInPublic #FrontEndDevelopment
⚡Day 15 of #100DaysOfCode

Today I learned:
✔ Using the Array constructor
✔ .fill()
✔ Returning functions within functions 🤯

Trying to get into the habit of writing more comments.

Does writing comments help you remember what you're learning?

#javascript #BuildInPublic
⚡ Day 14 of #100DaysOfCode 🐺

I'm currently building an RPG game in the @scrimba Frontend Path

Today I learned:
✔ Implemented Object Destructuring
✔ Swapped for loop with .map()
✔ .join()

More updates tomorrow! #BuildInPublic #javascript
⚡️ Day 11 of #100DaysOfCode

Today I worked on my Oldagram (Instagram clone) solo project from @scrimba

CSS & HTML are mostly done. Tomorrow I'll add some interactivity to the post buttons using JavaScript and clean everything up a bit!
#css #BuildInPublic