JavaScript Frameworks (Fyke)
The Fyke website was an attempt to make a modern e-commerce store using React with Styled Components. Here you can search for a specific product using the search bar, add products to the cart and place an order when finished.

Screenshot of the JavaScript Frameworks website (Fyke).
My Reflections
This was my first attempt at using React in a project. I was getting more used to the fundamentals as I progressed through. As with other projects, I focused specifically on the brief to make sure I solved it in a decent way using the time at hand. Therefore some UX could definitely have been improved.
The tutor raised a couple of issues, like labels lacking htmlFor property and the use of index as the key instead of f.ex. unique IDs while mapping through items. I resorted to generate static UUIDs for mapping through items without ID.