I am a skilled developer with expertise in various technologies. I have contributed to numerous projects and have gained recognition for my work. Here are some of my notable projects and links to my portfolio.
Projects
A responsive and detailed space travel website
- Tools & technologies used: HTML, CSS
- An interactive and immersive space travel website built using HTML CSS and Js built with the collaboration of Kevin Powell and scrimba. The site has 4 pages the main page with an explore button that leads to the destination page the crew page and the technology page
A simple chrome extension for storing leeds(texts/bookmarks) in local storage)
- Tools & technologies used: HTML, CSS Js
- A simple yet powerful Chrome extension for saving bookmarks of the sites you visit on the Chrome browser. It uses basic HTML, CSS, and Js and implements a "save input" button that saved the input entered in the input field and displays it below. The "save tabs" button uses the Chrome API to fetch the URL of the current page and also saves it down below.
Built a simple Twitter frontend clone that is capable of liking/retweeting, commenting, and tweeting
- Tools & technologies used: HTML, CSS, Js
- Built a Twitter clone using HTML, CSS, and javascript (no frameworks). It is based on real Twitter where the user can tweet, interact with others’ tweets (those tweets that are stored in the data array), and also interact with his own tweets. The user can like, reply and retweet a previously made tweet and upon doing so, the color of the icon changes that shows that the user has interacted with the tweet.
A playful meme picker made using Js that displays a meme based on a mood
- Tools & technologies used: HTML, CSS, Js
- A meme picker made using HTML, CSS, and js that displays the relevant meme upon selection of a particular "mood" through radio buttons.