techiemokhele
Frontend Developer | Web Developer | Mobile Developer
Springs, Gauteng, South Africa, 1559
Pinned Repositories
breakout-web-app
This is a game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the HTML5 canvas element and API.
cellphone-number-validator
This web application lets you find out if the cell phone number you have entered is active and able to receive calls or not.
chatbox-app-pure-node
A simple html chat app served up by an http server The purpose of this app is instruct on an http server We will live code our http server to manage http transactions, routes, and rendering of a web page The objective of this multi-part exercise is to learn about the foundational technology for a web server.
ChatMediaHub
Simple chat media hub app aiming to connect users with each other through messaging and sharing of posts
MokheleF1App
mokheleFitnessClub
MokheleStackFlow
Let's Debug Code is a simple project created to demonstrate my coding skill. Feel free to get in touch for a collaboration.
traveller
Unlock endless adventures with our traveller app! From flight bookings to personalised recommendations, plan your next journey effortlessly. Explore now the world with ease.
video_conference
A video conference call web app
weather_app
This project involves building a weather application that fetches and displays location-based weather data, city selection, and other UI components such as dark/light mode toggles and a custom-tailored design using Tailwind CSS.
techiemokhele's Repositories
techiemokhele/breakout-web-app
This is a game where you control a paddle with the arrow keys to bounce a ball up to break bricks. This app uses the HTML5 canvas element and API.
techiemokhele/chatbox-app-pure-node
A simple html chat app served up by an http server The purpose of this app is instruct on an http server We will live code our http server to manage http transactions, routes, and rendering of a web page The objective of this multi-part exercise is to learn about the foundational technology for a web server.
techiemokhele/foreign-exchange-api-app
This app allows you to select countries to get the exchange rate for a specific amount.
techiemokhele/forum-portal
It is a portal where one user can add questions and the other user can respond to those questions and you can also search the question. Also once the query is resolved, the user can delete the added question and response.
techiemokhele/nonstop-blog-scroll
Display blog posts from jsonplaceholder and add infinite scroll to fetch posts and also add filter box
techiemokhele/weather-updater
This is an app I built while I was learning more about APIs and how to work with them
techiemokhele/awesome-cheatsheet
:beers: awesome cheatsheet
techiemokhele/beat-the-clock-typing-game
This game needs the user to beat the clock by typing random words shown on screen. Should the user fail to type all the words shown, the user loses and they will have another go to try an type out all the words shown.
techiemokhele/boilerplate-npm
A boilerplate for the freeCodeCamp curriculum.
techiemokhele/book-a-movie-seat
This web application will display movie choices and seats in a theater to select from in order to purchase tickets.
techiemokhele/commodity-expense-tracker
Keep track of income and expenses. Add and remove items and save to local storage.
techiemokhele/countdown-to-new-year-landing-page
I developed and designed a simple landing page that counts down from the current date to the next new year.
techiemokhele/covid-19-info-tracker
Using this web application you can track the corona cases in any country which you want.
techiemokhele/drumkit-web-app
The point of this project is to have each key, when pressed, make a corresponding drum noise. It also uses CSS transitions and animations to make the project more interactive to the user. I completed this project earlier in my JavaScript learning phase. I found it quite confusing because I had never used the HTML audio API or the selection of DOM elements using the date-key attribute.
techiemokhele/filtering-images
In this application, the user can upload a photo and apply various filters to it.
techiemokhele/framework
The Laravel Framework.
techiemokhele/github-profile-readme-generator
🚀 Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
techiemokhele/laravel
A PHP framework for web artisans.
techiemokhele/lets-dance-music-app
In this application, you will be creating a music player with a clean user interface that can be used to play music in the browser. You will also implement features like seeking and volume control.
techiemokhele/lets-find-something-to-eat
Search and generate random meals from the https://themealdb.com API
techiemokhele/lets-validate-the-form
This is a simple client side form validation. Check required, length, email and password match.
techiemokhele/lyrical-search-api-app
This web application allows you to find songs, artists and lyrics using the https://rapidapi.com/brianiswu/api/genius/ API
techiemokhele/meditation-web-app
This is a simple relaxing breathing app with a visual director to tell you when to breathe in, hold and breathe out.
techiemokhele/public-apis
A collective list of free APIs
techiemokhele/rock-paper-scissor
Rock, paper, and scissors game is a simple fun game in which both the players have to make a rock, paper, or scissors. It has only two possible outcomes a draw, or a win for one player and a loss for the other player.
techiemokhele/rss-news-feed
A simple application that allows a user to stay abreast with the latest current affairs.
techiemokhele/sharing-dad-jokes
A simple web app to display some random dad jokes to the user
techiemokhele/simple-note-app
The objective of this JavaScript project is to create a notes application that uses local storage and allows for edits, among other things. Key concepts covered :- 1.) JavaScript CSS Manipulation 2.) JavaScript DOM Manipulation 3.) event listeners 4.) conditionals 5.) Jquery 6.) local storage and much more...
techiemokhele/tech-interview-handbook
💯 Curated interview preparation materials for busy engineers
techiemokhele/tetris-game-with-js
Tetris is a surprising game. The aim of Tetris is simple; you bring down blocks from the top of the screen. You can move the blocks around, either left to right, and/or you can rotate them. Your objective is to get all the blocks to fill all the empty space in a line at the bottom of the screen; whenever you do this, you’ll find that the blocks vanish and you get awarded some points.