- A fun JavaScript ball project
- Early 2024 version of site
Some of the projects below refer to refactoring of this website, but in April 2024 I re-worked the basic design and style of the site to apply some newly-learnt CSS. When I complete the refactoring, I will also change the styling to match the new version, but in the meantime here is the older version for comparison when looking at the projects. - kristabelcodes using React (work in progress!)
I'm currently refactoring this site into a version using React at the same time as learning React.
Update (2nd May): this has been put on hold while I work on higher priority tasks, and currently just consists of the main (original) site layout using React components to build the navbar link items so I could understand how to pass in props or use default values if empty, etc. You can see what I've done using the Google Developer Tools if you're interested. To be continued! - Codecademy Ravenous Project (part 1 of 4 in progress!)
26/03/2024 : Latest update is figuring out Bootstrap, hence the odd colours at the moment! - Codecademy Project - React Forum
- kristabelcodes using PHP (work in progress!)
I'm currently (April 2024) learning/refreshing my PHP skills, so to consolidate that I've dabbled with refactoring this site with PHP. Notable differences so far are using includes for code reuse and iterating through an array of skills on the CV page. Need to look into the best way to get fonts and css grid displaying correctly on the css page.