You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An app that displays the current weather based on the user's location. It includes a toggle for Fahrenheit and Celsius and adjusts icons or background images according to the weather conditions. Uses HTML5 Geolocation and the freeCodeCamp Weather API.
A Tic Tac Toe game where users can play against the computer. Players can choose to play as X or O. The game resets automatically once it ends, allowing users to play again.
An app that checks if freeCodeCamp or other specified Twitch users are currently streaming. It provides details about their streams and links directly to their Twitch channel. Utilizes the Twitch API proxy for account information.
An app that allows users to search Wikipedia entries and view the results. Includes a button to randomly fetch a Wikipedia article. Utilizes the MediaWiki API to retrieve and display information from Wikipedia.
A Simon Game app where players follow a randomly generated sequence of button presses. The sequence increases with each correct input. Players can play in strict mode, and win after completing 20 steps. The game also includes sounds for each button press and reset functionality.