GitHub / davidecarluccio 1 Repository
davidecarluccio/caesars-cipher
A simple function that decodes strings encoded with the ROT13 Caesar cipher. It processes uppercase letters while preserving non-alphabetic characters like spaces and punctuation.
Language: JavaScript - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/game-of-life
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.
Language: JavaScript - Size: 10.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/recipe-box
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.
Language: JavaScript - Size: 8.79 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/freeCodeCamp-forum-homepage
A homepage for the freeCodeCamp forum displaying the 30 most recent topics with titles, user links, reply counts, views, and timestamps of last activity.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/data-across-the-globe
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.
Language: JavaScript - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/national-contiguity-force-directed-graph
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.
Language: CSS - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/roguelike-dungeon-crawler-game
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.
Language: JavaScript - Size: 15.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/simon-game
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.
Language: JavaScript - Size: 7.81 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/tic-tac-toe-game
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.
Language: JavaScript - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/wikipedia-viewer
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.
Language: CSS - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/twitch-JSON-API
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.
Language: CSS - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/local-weather
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.
Language: CSS - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/celestial-bodies-database
A PostgreSQL project that builds a database of celestial bodies. The project includes a universe.sql file that contains the data structure and entries for various celestial bodies.
Size: 13.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/world-cup-database
A Bash script project to manage World Cup data. The project involves entering game information into a PostgreSQL database and querying it for statistics. It includes the database dump (worldcup.sql) and two scripts (insert_data.sh, queries.sh) for data management and retrieval.
Language: Shell - Size: 18.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/salon-appointment-scheduler
A Bash-based interactive program for managing a salon appointment scheduler. It uses PostgreSQL to track customer information and appointments. The project includes a database dump (salon.sql) and a script file (salon.sh) for managing the system.
Language: Shell - Size: 16.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/periodic-table-database
A Bash script for querying a periodic table database to retrieve information about chemical elements. The project includes a database dump (periodic_table.sql) and a script file (element.sh) to interact with the data.
Language: Shell - Size: 21.5 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/number-guessing-game
A terminal-based number guessing game built using Bash scripting and PostgreSQL. User data is saved in a PostgreSQL database, and the game logic is implemented in Bash. The project includes a database dump (number_guess.sql) and a script file (number_guess.sh).
Language: Shell - Size: 15.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/choropleth-map-data-visualization
A choropleth map visualizing US county education data. The map uses color-coded counties to represent the percentage of residents with a high school diploma or higher. It includes a legend with different color scales, tooltips with education data on hover, and interactive features built using D3.js.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/treemap-diagram-data-visualization
A treemap diagram visualizing data such as Kickstarter pledges, movie sales, or video game sales. The diagram displays nested rectangles, where each tile represents a category, and the size of each tile corresponds to its data value. It features tooltips, a legend, and color-coded categories, built using D3.js.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/heat-map-data-visualization
A heat map visualization displaying global temperature data over time. The app uses color-coded cells to represent monthly temperature data from 1754 to 2015. It includes axes for months and years, a legend for temperature ranges, and tooltips with detailed information on hover. Built using D3.js for rendering the heat map.
Language: JavaScript - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/scatterplot-graph-data-visualization
A scatterplot graph displaying cycling data over time, with dots representing individual cyclist performances. The app includes axes with time and cycling speed data, tooltips with detailed information on hover, and a legend for clarification. Built using D3.js for rendering the graph and axes.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/bar-chart-data-visualization
A bar chart visualization displaying GDP data over time. Features include labeled axes, bars representing GDP values, and a tooltip with detailed information. Built using D3.js for rendering axes, bars, and interactive tooltips.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/25-5-clock
A Pomodoro timer with adjustable break and session lengths. Features include countdown for sessions and breaks, with a beep sound when time runs out. Allows pausing/resuming, resetting, and prevents setting negative or excessive values. Built with [React/JavaScript] for easy interaction.
Language: CSS - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/javascript-calculator
A fully functional calculator that supports basic arithmetic operations, decimal points, and chain calculations. Features include handling multiple consecutive operators, decimal precision, and the ability to clear or restart the calculation. Built with [React/JavaScript] and designed to be responsive and intuitive.
Language: CSS - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/drum-machine
A functional drum machine that plays sounds using 9 interactive drum pads triggered by either clicking or pressing corresponding keys (Q, W, E, A, S, D, Z, X, C). It displays the name of the sound currently playing. Built with [React/JavaScript] and integrated with audio clips for various drum sounds.
Language: CSS - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/markdown-previewer
A markdown previewer that converts GitHub-flavored markdown to HTML in real-time as the user types. It includes features like a live editor and preview, with support for common markdown elements such as headings, lists, and code blocks. Built using [React/JavaScript], utilizing the Marked library for parsing markdown.
Language: JavaScript - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/random-quote-machine
An app that generates random quotes and displays them along with the author's name. Users can fetch new quotes with a button and share them on Twitter. Built with [React/JavaScript] and styled with custom CSS, this project showcases how to work with external APIs and frontend frameworks.
Language: JavaScript - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/palindrome-checker
An app that checks whether a given word or phrase is a palindrome. It removes punctuation, spaces, and handles case sensitivity, providing a clear result for valid and invalid palindromes (e.g., 'A man, a plan, a canal. Panama' is a palindrome).
Language: CSS - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/roman-numeral-converter
An app that converts Arabic numbers (1-3999) to Roman numerals. It handles user input validation, ensuring the number is within the acceptable range and formats it into Roman numerals (e.g., 9 → IX, 649 → DCXLIX).
Language: CSS - Size: 4.88 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/telephone-number-validator
An app that validates US phone numbers in various formats (e.g., 1 555-555-5555, 555-555-5555). It checks if the input is a valid number, alerts the user if empty, and clears results with a button click. Handles edge cases like incorrect country code or malformed numbers.
Language: CSS - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/cash-register
An app that calculates the correct change for a customer based on the price of an item and the cash provided, using available currency in the cash drawer. It handles scenarios like insufficient funds, exact payment, and provides change in the correct denominations (from highest to lowest).
Language: JavaScript - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/pokemon-search-app
An app that allows users to search for Pokémon by name or ID and displays detailed information including name, ID, stats, types, and sprite image. It integrates with the PokéAPI to fetch data and handles invalid inputs with an alert, ensuring a seamless user experience.
Language: CSS - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/survey-form
A fully functional survey form app featuring input fields for name, email, number, dropdown, radio buttons, checkboxes, and a textarea. The form includes HTML5 validation and responsive design, styled with custom CSS to ensure a user-friendly experience.
Language: HTML - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/tribute-page
A tribute page featuring an image, caption, and information about the subject, with a link to additional resources. The layout is responsive, with the image centered and resized according to its parent container, styled with custom CSS.
Language: HTML - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/technical-documentation-page
A technical documentation page with a navigation sidebar linking to sections with detailed content. It includes at least five sections, each with a header, paragraphs, code examples, and list items. The layout is responsive, using media queries to adjust the view on different screen sizes.
Language: HTML - Size: 10.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/product-landing-page
A product landing page with a header containing a logo, navigation bar with links to sections, and an embedded video. The page includes a form with an email input field and a submit button. The layout uses flexbox and has a responsive design with a media query. The navbar remains fixed at the top.
Language: HTML - Size: 5.86 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/personal-portfolio-webpage
A personal portfolio webpage with a welcome section featuring an h1 element. The projects section includes at least one project tile with a link to the project. The page has a fixed navbar with links to different sections, including a profile link to GitHub or freeCodeCamp. The layout uses a media query and ensures the navbar stays at the top.
Language: HTML - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/budget-app
Language: Python - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/time-calculator
Language: Python - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/probability-calculator
Language: Python - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/polygon-area-calculator
Language: Python - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/arithmetic-formatter
Language: Python - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/freeCodeCamp
Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/page-view-time-series-visualizer Fork of freeCodeCamp/boilerplate-page-view-time-series-visualizer
Python project to analyze and visualize time series data using pandas, matplotlib, and seaborn. Includes line plots for daily page views, bar charts for monthly averages grouped by year, and box plots to explore yearly trends and seasonal patterns.
Language: Python - Size: 472 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/medical-data-visualizer Fork of freeCodeCamp/boilerplate-medical-data-visualizer
Python project to analyze and visualize medical examination data using pandas, matplotlib, and seaborn. Includes BMI-based overweight calculations, normalization of health metrics, and detailed visualizations like categorical plots and heatmaps.
Language: Python - Size: 805 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/demographic-data-analyzer Fork of freeCodeCamp/boilerplate-demographic-data-analyzer
Python script to analyze demographic data from the 1994 Census using Pandas. Provides insights such as race distribution, average age of men, education impact on income, minimum working hours, and most popular occupations. Handles calculations efficiently and returns results with rounded values.
Language: Python - Size: 421 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/mean-variance-standard-deviation-calculator Fork of freeCodeCamp/boilerplate-mean-variance-standard-deviation-calculator
Python program that calculates the mean, variance, standard deviation, max, min, and sum of a 3x3 matrix along rows, columns, and the entire matrix. Includes error handling for invalid input and uses NumPy for efficient computations.
Language: Python - Size: 9.77 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/rock-paper-scissors Fork of freeCodeCamp/boilerplate-rock-paper-scissors
Rock Paper Scissors is a Python project where the goal is to create a bot that competes against four different opponents in a series of games. The bot must win at least 60% of the time against each opponent.
Language: Python - Size: 3.91 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/neural-network-SMS-text-classifier Fork of freeCodeCamp/boilerplate-neural-network-sms-text-classifier
The Neural Network SMS Text Classifier uses machine learning to classify SMS messages as "ham" or "spam." The model, trained on a labeled dataset, predicts the likelihood of a message being spam and labels it accordingly.
Language: Jupyter Notebook - Size: 13.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/linear-regression-health-costs-calculator Fork of freeCodeCamp/boilerplate-linear-regression-health-costs-calculator
The Linear Regression Health Costs Calculator predicts healthcare expenses using regression. It processes a dataset with individual details and healthcare costs, applying an 80/20 train-test split.
Language: Jupyter Notebook - Size: 7.81 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/cat-and-dog-image-classifier Fork of freeCodeCamp/boilerplate-cat-and-dog-image-classifier
The Cat and Dog Image Classifier is a machine learning project where the goal is to classify images as either cats or dogs using a convolutional neural network (CNN).
Language: Jupyter Notebook - Size: 459 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/book-recommendation-engine Fork of freeCodeCamp/boilerplate-book-recommendation-engine
The Book Recommendation Engine uses K-Nearest Neighbors (KNN) to suggest books similar to a given one based on user ratings.
Language: Jupyter Notebook - Size: 23.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/data-graph-explorer
Data Graph Explorer is a Python project that allows users to upload a .csv file from their local computer, input a URL, or hardcode a URL. It uses Pandas to load the data, display the first two rows, convert selected columns to Numpy arrays, and plot scatter or line graphs for analysis.
Language: Jupyter Notebook - Size: 54.7 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/financial-calculator
Financial Calculator is a Python project that performs financial calculations such as annuity with monthly or continuous growth, monthly mortgage payments, retirement investment balance estimation, time to double an amount given a rate, solving logarithmic equations, and converting numbers to and from scientific notation.
Language: Jupyter Notebook - Size: 356 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/three-math-games
Three Math Games is a Python-based project that includes the following interactive games: Scatter Plot Game, Algebra Practice Game, Projectile game.
Language: Jupyter Notebook - Size: 38.1 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/graphing-calculator
Graphing Calculator is a Python-based tool that allows users to graph functions, create tables of values, solve and graph systems of equations, shade graph regions, zoom in/out, and solve quadratic equations.
Language: Jupyter Notebook - Size: 395 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/multi-function-calculator
Multi-Function Calculator is a Python-based calculator designed to handle tasks like solving proportions, equations, factoring square roots, and converting between decimals, fractions, and percentages.
Language: Jupyter Notebook - Size: 32.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-build-a-pinterest-clone
Language: JavaScript - Size: 5.59 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fc-manage-a-book-trading-club
Language: JavaScript - Size: 18.6 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-chart-the-stock-market
Language: JavaScript - Size: 123 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-build-a-nightlife-coordination-app
Language: JavaScript - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-build-a-voting-app
Size: 1.95 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-image-search-abstraction-layer
Language: JavaScript - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-american-british-english-translator Fork of freeCodeCamp/boilerplate-project-american-british-english-translator
Language: JavaScript - Size: 72.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-sudoku-solver Fork of freeCodeCamp/boilerplate-project-sudoku-solver
Language: JavaScript - Size: 67.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-library Fork of freeCodeCamp/boilerplate-project-library
Language: JavaScript - Size: 34.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-issuetracker Fork of freeCodeCamp/boilerplate-project-issuetracker
Language: JavaScript - Size: 71.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-metricimpconverter Fork of freeCodeCamp/boilerplate-project-metricimpconverter
Language: JavaScript - Size: 75.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-filemetadata Fork of freeCodeCamp/boilerplate-project-filemetadata
Language: HTML - Size: 24.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-exercisetracker Fork of freeCodeCamp/boilerplate-project-exercisetracker
Language: JavaScript - Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-urlshortener Fork of freeCodeCamp/boilerplate-project-urlshortener
Language: JavaScript - Size: 83 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-headerparser Fork of freeCodeCamp/boilerplate-project-headerparser
Language: JavaScript - Size: 31.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-timestamp Fork of freeCodeCamp/boilerplate-project-timestamp
Language: JavaScript - Size: 32.2 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/secure-real-time-multiplayer-game Fork of freeCodeCamp/boilerplate-project-secure-real-time-multiplayer-game
Secure Real Time Multiplayer Game is a 2D multiplayer game built using the HTML Canvas API and Socket.io, where players can move avatars, collect items, and rank based on their score.
Language: JavaScript - Size: 23.4 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/SHA-1-password-cracker Fork of freeCodeCamp/boilerplate-SHA-1-password-cracker
Language: Python - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-port-scanner Fork of freeCodeCamp/boilerplate-port-scanner
Language: Python - Size: 6.84 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-messageboard Fork of freeCodeCamp/boilerplate-project-messageboard
Language: JavaScript - Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/fcc-project-stockchecker Fork of freeCodeCamp/boilerplate-project-stockchecker
Language: JavaScript - Size: 29.3 KB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

davidecarluccio/davidecarluccio
About Config files for my GitHub profile.
Size: 2.93 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/sea-level-predictor Fork of freeCodeCamp/boilerplate-sea-level-predictor
Language: Python - Size: 17.6 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/learn-number-guessing-game Fork of freeCodeCamp/learn-number-guessing-game
Language: Shell - Size: 38.1 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/learn-periodic-table-database Fork of freeCodeCamp/learn-periodic-table-database
Language: Shell - Size: 61.5 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/learn-salon-appointment-scheduler Fork of freeCodeCamp/learn-salon-appointment-scheduler
Language: Shell - Size: 49.8 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/learn-world-cup-database Fork of freeCodeCamp/learn-world-cup-database
Language: JavaScript - Size: 73.2 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

davidecarluccio/learn-celestial-bodies-database Fork of freeCodeCamp/learn-celestial-bodies-database
Language: JavaScript - Size: 72.3 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0
