Skip to content
View davidecarluccio's full-sized avatar
  • Italy

Highlights

  • Pro

Block or report davidecarluccio

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
davidecarluccio/README.md
  • 👋 Hi, I’m @davidecarluccio
  • 👀 I’m an Information Engineering Student
  • 🌱 I’m currently learning Neural Networks and Computer Engineering

Popular repositories Loading

  1. local-weather local-weather Public

    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. Us…

    CSS 1

  2. roguelike-dungeon-crawler-game roguelike-dungeon-crawler-game Public

    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…

    JavaScript 1

  3. periodic-table-database periodic-table-database Public

    Forked from freeCodeCamp/learn-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 int…

    Shell

  4. world-cup-database world-cup-database Public

    Forked from freeCodeCamp/learn-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…

    Shell

  5. celestial-bodies-database celestial-bodies-database Public

    Forked from freeCodeCamp/learn-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.

    Shell

  6. number-guessing-game number-guessing-game Public

    Forked from freeCodeCamp/learn-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 datab…

    Shell