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
A Roguelike dungeon crawler game where players can explore randomly generated maps, pick up health items and weapons, and fight enemies. The goal is to defeat enemies, level up, and ultimately beat the boss to win. The game features turn-based combat and random item/enemy placement.
A recipe management app allowing users to create, view, edit, and delete recipes. Recipes are saved in the browser's local storage, ensuring persistence across page reloads.
An interactive world map displaying meteorite landings. The size of each meteorite is represented relative to its size, and additional data is shown when hovering over a meteorite's location. Uses meteorite strike data from a provided dataset.
A homepage for the freeCodeCamp forum displaying the 30 most recent topics with titles, user links, reply counts, views, and timestamps of last activity.
A simulation of Conway's Game of Life where the board is randomly generated at the start. Users can start, stop, set up, and clear the board. The game evolves automatically, and the number of generations is displayed after each update.
A Force-directed graph displaying countries that share borders, with each country represented by its flag on the node. The graph dynamically visualizes the relationships between neighboring countries using a dataset from GitHub.