📄️ Bin2Dec
Binary is the number system all digital computers are based on.
📄️ Border-radius Previewer
The border-radius property can have multiple values changed. Preview how the shape looks while changing these values.
📄️ Calculator
Calculators are not only one of the most useful tools available, but they are
📄️ CauseEffect
Patterns are integral to software engineering and represent potentially
📄️ Christmas Lights
The ChristmasLights application relies on your development talents to create
📄️ ColorCycle
The use of color plays a major role in an applications User Interface and
📄️ Countdown Timer
We all have important events we look forward to in life, birthdays,
📄️ CSV2JSON
In the JSON2CSV application you translated JSON
📄️ Dollars To Cents
Converting dollars to cents would enable you to practice your fundamental knowledge of programming. Loops, if conditions and a simple algorithm will be used.
📄️ Dynamic CSS Variables
CSS variables are a powerful tool that lets the developer associate a symbolic
📄️ Your First DB App
Understanding database concepts and how to use them in your applications is
📄️ FlipImage
It's important for Web Developers to understand the basics of manipulating
📄️ GitHub Status
Web apps acquire data in many ways. Through user input in web pages, through
📄️ Hello
It is a given that applications must provide users with the functionality
📄️ IOT Mailbox Simulator
The objective of the IOT Mailbox Simulator is to mimic how an Internet of Things
📄️ Javascript Validation With Regex
In this challenge, you'd create a javascript validation script to validate the inputs entered by a user using RegEx.
📄️ JSON2CSV
Developers and end users are both experts in their own domains and as such,
📄️ Key Value
Have you ever thought about what it means that the computer you are using is
📄️ Lorem Ipsum Generator
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
📄️ Notes App
Create and store your notes for later purpose!
📄️ Pearson Regression
There are few, if any, applications that don't require some form of
📄️ Pomodoro Clock
The Pomodoro Technique is a time management method developed by Francesco Cirillo in the late 1980s. The technique uses a timer to break down work into intervals, traditionally 25 minutes in length, separated by short breaks - 5 minutes.
📄️ Product Landing Page
Whenever you have a product (or a service) that you want to sell, you'll want to have a website that will promote that product in the best way possible. You need to make sure that the information on the page is relevant, simple to understand and highlights all the awesome features of the product in order to higher the conversion rate.
📄️ Quiz App
Practice and test your knowledge by answering questions in a quiz application.
📄️ Random Meal Generator
Generate a random meal from an API.
📄️ Random-Number-Generator
Generate a random number between a range of defined minimun and maximun.
📄️ Recipe
You might not have realized this, but recipe's are nothing more than culinary
📄️ Roman to Decimal numbers Converter
The numeric system represented by Roman numerals originated in ancient Rome and remained the
📄️ Slider Design
Display multiple images using a slider / carousel.
📄️ Stopwatch App
A stopwatch helps you track the time you spent on activities.
📄️ TrueOrFalse
Something every developer needs to clearly understand is the result of
📄️ Vigenere Cipher
The rate and impact of security breaches in recent years makes it imperative
📄️ Weather App
A weather application to get the temperature, weather condition and whether it is day or night of a particular city using accuweather. A free weather api.
📄️ Windchill
Windchill combines the actual temperature with the wind speed to calculate
📄️ Word Frequency
Calculating the frequency of words in a block of text is a technique which has