Landing Page
This was a website landing page I built using HTML, CSS and Javascript. Javascript was used for the sliding navigation bar, and I also included some cool animations and transitions using CSS. Overall this was a fun website to build.
This was a website landing page I built using HTML, CSS and Javascript. Javascript was used for the sliding navigation bar, and I also included some cool animations and transitions using CSS. Overall this was a fun website to build.
I built this website using Bootstrap, where I learnt the fundamentals of the framework, including how to work with and customise pre built components. This showed me that you don't always have to create everything from scratch.
My first React project which uses hooks, conditional rendering and react router. This project allowed me to use everything I had learnt up until now. It was a really enjoyable project to build.
A weather app I made using React where data is pulled from the openweathermap API using aysnc/await. This was my first React app where I started getting used to working with components and hooks.
A react movie database which pulls data from the omdb api, context api is used to manage state globally, and react router 6 is used for navigation, as well as accessing individual movie pages.