Projects in Awesome Lists tagged with codecademy
A curated list of projects in awesome lists tagged with codecademy .
https://github.com/codecademy/docs
Codecademy Docs is a collection of information for all things code. 📕
codecademy documentation encyclopedia glossary hacktoberfest wiki
Last synced: 13 May 2025
https://github.com/Codecademy/docs
Codecademy Docs is a collection of information for all things code. 📕
codecademy documentation encyclopedia glossary hacktoberfest wiki
Last synced: 14 Mar 2025
https://github.com/ummahusla/codecademy-exercise-answers
:mortar_board: Codecademy.com exercise answers
codecademy css javascript python rails ruby sql
Last synced: 04 Apr 2025
https://github.com/krishnadevz/OpensourceResources
Free opensource Learning Resources related to Web-Development A to Z 🔥❤
codecademy css egghead free freecodecamp fundamentals hacktoberfest hacktoberfest2021 html html-css-javascript javascript learning nodejs open-source react resources scrimba tutorials typescript webdevelopment
Last synced: 10 Apr 2025
https://github.com/codecademy/gamut
Shared frontend design system for Codecademy! ✨
codecademy design-system react
Last synced: 16 May 2025
https://github.com/codecademy/guidelines
Recommendations and templates for how we set up our open source repositories. 🧹
codecademy open-source open-source-community
Last synced: 05 Jan 2026
https://github.com/kusnierewicz/blackjack-game-in-js
Simple Blackjack game written in JavaSript - my first game ever made. Now with graphics
blackjack codecademy game javascript
Last synced: 23 Jun 2025
https://github.com/alissatroiano/bug-invaders
Provided by Codecademy, this modern version of a classic "Space Invaders" arcade game was built by implementing Phaser JS "Physics" skills.
arcade-game bug-invaders codecademy modern phaser-js physics skills space-invaders
Last synced: 20 Mar 2025
https://github.com/kanzatahreem/messenger-app
Practicing Ruby on Rails by following codecademy's course
codecademy database messenger-app ruby ruby-on-rails
Last synced: 19 Oct 2025
https://github.com/kanzatahreem/broadway
Practicing Ruby on Rails by following codecademy's course
broadway codecademy database ruby ruby-on-rails
Last synced: 26 Feb 2025
https://github.com/candytale55/online-book-reader-with-transitions-20000-leagues-under-the-sea
Transitions - 20,000 Leagues Under the Sea - Codecademy excercise for CSS transitions in an online reader, with sliding definitions for vocabulary.
codecademy online-reader transitions
Last synced: 18 Jul 2025
https://github.com/gazdagb/jammming
An experimental Spotify playlist creator app built with React and Vite, using the Spotify Web API. Search for tracks, build playlists, and save them directly to your Spotify account. Developed as part of the Codecademy Fullstack Path. 🎧🎓
axios codecademy music-app oauth playlist-creator spotify spotify-api vite web-development
Last synced: 07 Jul 2025
https://github.com/candytale55/calculating_population_change_py_3
Use Python to calculate the population growth of Istanbul and print out a short report. Codecademy practice exercise.
codecademy population-growth python3
Last synced: 31 Mar 2025
https://github.com/candytale55/medical-insurance-project-python
Calculates medical insurance costs taking into account factors such as age, sex, BMI, number of children, and smoking status contribute to medical insurance costs.
Last synced: 31 Mar 2025
https://github.com/candytale55/web_safe_font_preview
Codecademy jQuery practice - Simple app to preview web safe fonts, sizes, and weights.
codecademy fonts-preview javascript-es6 jquery web-safe
Last synced: 31 Mar 2025
https://github.com/candytale55/citrus_contact_form
Contact form with input verification and color UI - HTML & CSS project, no JS, from codecademy.
codecademy contact-form css3 html-form html5
Last synced: 05 Jul 2025
https://github.com/codelikeagirl29/adhoc
Adhoc - a project for an Administration company using Best Practices and coded from a design spec.
bootstrap codecademy projects responsive
Last synced: 14 Sep 2025
https://github.com/antonioanerao/python-codecademy
Curso de python em Codecademy
Last synced: 14 Nov 2025
https://github.com/candytale55/sal-s-shipping-python
Will take the weight of a package and determine the cheapest way to ship that package using Sal’s Shippers rates: - Ground shipping (small flat rate + rate based on weight). - Premium ground shipping (flat charge and no charge for weight). - Drone shipping (no flat charge but the rate based on weight is higher)
Last synced: 31 Mar 2025
https://github.com/luissilva1044894/e-learning
This is a personal repo for E-Learning courses I've done.
autodidactism codecademy e-learning education-technology learning learning-python learning-ruby self-learning studying udacity
Last synced: 10 Aug 2025
https://github.com/candytale55/cupful_cafe
Static HTML5 & CSS3 practice project for layout. Fake coffee shop website.
codecademy coffee-shop-website css3 html5 inline-block layout practice-project
Last synced: 03 Jul 2025
https://github.com/candytale55/freshdeals-blueberries
Codecademy exercise for creating breadcrumbs (Navigation Design) - Focused on layout, implementing the breadcrumbs via HTML and CSS. Work on files breadcrumb.css and blueberries.html
breadcrumb-navigation codecademy navigation
Last synced: 03 Jul 2025
https://github.com/candytale55/number_guess_python_2
This is a console program that rolls a pair of dice and asks the user to guess the sum. If the user's guess is equal to the total value of the dice roll, the user wins. Otherwise, the computer wins.
codecademy dice-roller number-guessing-game randint sleep
Last synced: 31 Aug 2025
https://github.com/felixtanhm/felixtanhm
README Repository to display summary on Github profile.
codecademy codecademy-pro full-stack-web-development github-profile odin-project software-engineering
Last synced: 09 Apr 2025
https://github.com/amid68/magic-8-ball-php
A simple PHP implementation of the Magic 8 Ball providing random answers to user-inputted yes-or-no questions.
codecademy magic-8-ball magic8ball php
Last synced: 02 Sep 2025
https://github.com/lilspad/jamming
React App with Spotify API
api app begginer codecademy react spotify
Last synced: 06 Apr 2025
https://github.com/wfercanas/tea-cozy
[⚪ Very Easy]: CSS Flexbox Layout project developed within the Codecademy Fullstack Engineer Path.
codecademy css flexbox front-end html
Last synced: 14 Apr 2025
https://github.com/candytale55/breadcrumb-arrow_style
CSS trick to create an arrow effect using the ::before and ::after pseudo-elements to add filled rectangles (with empty content) before and after each list item in the breadcrumb path.
breadcrumb-navigation breadcrumbs codecademy html-css navigation
Last synced: 28 Jun 2025
https://github.com/candytale55/javascript_scope_examples_codecademy
Exercises to work with Scope (global scope, block scope). Scope defines where variables can be accessed or referenced.
Last synced: 12 Jul 2025
https://github.com/thelvp/websitedesignsystem
codecademy homework - design sheet
Last synced: 25 Jul 2025
https://github.com/cescedes/medical-insurance-costs-with-python
Investigate how different factors affect the prediction of medical insurance costs by practicing many python concepts.
codecademy data-analysis python python-dictionaries python-functions python-lists python-loops python-strings
Last synced: 25 Jul 2025
https://github.com/racerbeats/codecademy_explorerstudio
codecademy's 1st r studio project to familiarize with rstudio
Last synced: 27 Jul 2025
https://github.com/candytale55/animated_sassy_logo
Codecademy Sass exercise - Animated Logo: text slide from the left and background change opacity as logo appears
animated animated-logo codecademy css3 sass
Last synced: 29 Jul 2025
https://github.com/wfercanas/fotomatic
[⚪ Very Easy]: CSS project developed within the Codecademy Fullstack Engineer Path.
Last synced: 21 Sep 2025
https://github.com/candytale55/typography_practice_three_tabs
Codecademy exercise on how to style fonts with CSS3.
codecademy css3 font-face font-family html5 practice-project typography typography-practice
Last synced: 30 Jul 2025
https://github.com/candytale55/newyorkcity_blog
Basic HTML static blog webpage - Codecademy excercise for semantic tags use (HTML5). Description "After researching New York City, you decide to create a blog for your viewers who want to know more about the city."
blog codecademy html5 newyorkcity-blog semantic-tags
Last synced: 31 Jul 2025
https://github.com/cescedes/log-management-system
Go File Handling Project: develop the Log Management System application where users can conduct directory and file operations.
Last synced: 24 Sep 2025
https://github.com/candytale55/hotels_in_singapore
Codecademy practice setting CSS rules to conform to the expectations for breadcrumb navigation applied to a fake site is listing hotels in Singapore.
breadcrumbs codecademy navigation
Last synced: 01 Aug 2025
https://github.com/dyrits/build-chatbots-with-python
-Codecademy- In Build Chatbots with Python, we’ll take you from being a complete Python beginner to creating chatbots with deep learning. Say hello to your next cutting-edge skill.
Last synced: 03 Oct 2025
https://github.com/candytale55/same_values_py_3
same_values() takes two lists of numbers. The function should return a list where the values were equal in lst1 and lst2.
code-challenges codecademy python-lists python3
Last synced: 09 Aug 2025
https://github.com/zoobereq/secret-agent-supply
Project developed for Codecademy Intensive "Build Websites from Scratch". Utilizes HTML5, CSS3 + Flexbox, Media queries, and responsive design
codecademy codecademy-intensive css css3 flexbox flexbox-css flexbox-grid html-css html5 media-queries responsive-design responsive-web-design
Last synced: 13 Aug 2025
https://github.com/rikardfahlstrom/battleship
Project from the Codecademy course 'Learn Python'
Last synced: 19 Aug 2025
https://github.com/amirfakhrullah/you-vs-computer-number-guessing-game
A game project that I did on Codecademy. It's a game between you and the computer, whoever selects the number closer to the target number wins. This game can be play for many rounds and each round, the winner gains 1 point.
Last synced: 23 Aug 2025
https://github.com/candytale55/paint_store
HTML5 & CSS3 - This is a project for improving a color-rich web page for a fake home paint business. The webpage displays info about using color in a home and color swatches with varying lightness, saturation, and hue. Uses transparencies and media queries.
codecademy css-color css3 html5 media-queries paint-store transparency
Last synced: 23 Aug 2025
https://github.com/amid68/world-traveler-php
A PHP tool for travelers to convert international currencies to USD. It ensures fair exchange rates for those returning to New York City with foreign currencies. The program calculates the exact USD amount they should receive after the exchange.
codecademy currency currency-converter php
Last synced: 24 Feb 2025
https://github.com/amid68/save-the-farm-php
A PHP-based text adventure game offering interactive exploration and decision-making in a dynamic game environment.
codecademy interactive-fiction php
Last synced: 24 Feb 2025
https://github.com/amid68/mad-lib-functions-php
Interactive PHP script for creating custom Mad Libs stories, focusing on user input and string manipulation as part of the 'Learn PHP' course on Codecademy.
Last synced: 24 Feb 2025
https://github.com/amid68/sals-shipping
Python-based shipping cost calculator for Codecademy's Learn Python 3 course, featuring different shipping methods and user input handling.
Last synced: 24 Feb 2025
https://github.com/candytale55/scrabble_py_3
Python 3 practice. Use dictionaries to organize players, words, and points from data from a group of friends playing scrabble.
codecademy list-comprehension python-dictionaries scrabble-dictionary
Last synced: 15 Jul 2025
https://github.com/candytale55/wine_festival_table
Fake Wine Festival Schedule - Codecademy practice with HTML tables - Static page.
codecademy html-css html-tables wine-festival-table
Last synced: 31 Mar 2025
https://github.com/candytale55/trivia_card
jQuery Effects Codecademy practice - Trivia Card that show optional hint, user selects the answer and displays right or wrong.
codecademy javascript-es6 jquery jquery-effects trivia trivia-cards trivia-game
Last synced: 31 Mar 2025
https://github.com/candytale55/tsunami_coffee
Static CSS & HTML Codecademy exercise . The purpose of this project is to edit an existing Tsunami Coffee website code using relative units and responsive web design so that the website appears correctly on varying screen sizes.
clearfix codecademy media-queries responsive-design tsunami-coffee
Last synced: 31 Mar 2025
https://github.com/candytale55/unique_english_letters_py_3
unique_english_letters takes a string word as a parameter. The function should return the total number of unique letters in the string. Uppercase and lowercase letters should be counted as different letters. The list of every uppercase and lower case letter in the English alphabet is in a string "letters".
code-challenges codecademy python-strings string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/to_do_not_to_do_app
A to-do week-long table made in HTML & CSS. Uses flex and inline-flex for formating. From a Codecademy exercise project.
codecademy css-flex css3 html5 inline-flex to-do-list
Last synced: 31 Mar 2025
https://github.com/candytale55/thread_shed_python_3
Practice with python string methods for cleaning a string. "You’ve been hired as a cashier in Thread Shed shop. which has an out-dated register system and stores all of the transaction information in one string called daily_sales."
codecademy python-string-methods python3 string-manipulation string-methods thread-shed
Last synced: 31 Mar 2025
https://github.com/candytale55/substring_between_letters_py_3
substring_between_letters() takes a string named _word_, a single character named _start_, and another character named _end_. This function should return the substring between the first occurrence of _start_ and _end_ in word. If _start_ or _end_ are not in _word_, the function should return _word_. For example, substring_between_letters("apple", "p", "e") should return "pl".
code-challenges codecademy python-strings string-challenges-codecademy string-manipulation substring-search substrings
Last synced: 31 Mar 2025
https://github.com/candytale55/student_becomes_the_teacher_py_2
Codecademy's “Challenge Course”. You are the teacher of your own class. Make a gradebook for all of your students and manage your class information.
average codecademy coding-exercise python-dictionary python2 school-grades school-management
Last synced: 31 Mar 2025
https://github.com/candytale55/titanosaur_flipping_cards
A studycard that flips when you hover in it. Simple Codecademy exercise for Sass for selectors and mixin's
codecademy css3 flip-card flip-card-effect sass sass-mixins studycard
Last synced: 31 Mar 2025
https://github.com/candytale55/savory_recipes
Landing page for a fake recipe website. Recipes show thumbnails set in a grid and uses grid auto-flow. Static HTML5 & CSS3 practice project.
codecademy cooking-recipes css-grid css3 grid-layout html5 landing-page practice-project recipes thumbnails
Last synced: 31 Mar 2025
https://github.com/candytale55/tea_cozy
Static HTML & CSS page - Tea Cozy - it is a fake tea shop website. From Codecademy exercise.
codecademy css3 html5 practice-project static-site
Last synced: 31 Mar 2025
https://github.com/candytale55/school-catalogue_js
Digital school catalog that holds quick reference material for each school in New York City for the city's Department of Education. A parent _School_ class and three child classes (PrimarySchool, MiddleSchool, HighSchool).
codecademy javascript-classes school-catalogue static-class
Last synced: 14 Jun 2025
https://github.com/candytale55/rise-of-soccer_article
Simple sports article - exercise from Codecademy to understand basic css.
Last synced: 31 Mar 2025
https://github.com/candytale55/same_name__same_word
same_name() that has two parameters named your_name and my_name. If our names are identical, return True. Otherwise, return False.
Last synced: 31 Mar 2025
https://github.com/candytale55/reverse_string_py_3_js
Function reverse_string() takes a string named _word_ as a parameter. The function should return _word_ in reverse.
codecademy python-strings reverse-string string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/smallest-power-of-two_js
smallestPowerOfTwo(), takes in an array and should return an array with the power of two which is greater than the value of each number element in the array provided as argument. For example, [5, 3, 9, 30] should return [ 8, 4, 16, 32 ].
array-manipulations codecademy javascript loops power-of-two
Last synced: 31 Mar 2025
https://github.com/candytale55/sassy_parallax_banner
Codecademy exercise on Parallax scrolling with Sass. NOT WORKING yet.
codecademy css3 parallax-effect parallax-scrolling sass
Last synced: 31 Mar 2025
https://github.com/candytale55/pin_point_checkout_form
Codecademy exercise - Online Shopping Checkout form - Using color for UI.
checkout-form codecademy css3 html5
Last synced: 31 Mar 2025
https://github.com/candytale55/preserve-the-verse_py_3
Working with strings in Python. "You’re a programmer working for an organization that is trying to digitize and store poetry called Preserve the Verse."
codecademy preserve-the-verse pythoh3 python python-strings split-function string-functions
Last synced: 31 Mar 2025
https://github.com/candytale55/make_spoonerism_py_3
function make_spoonerism() takes two strings as parameters named _word1_ and _word2_. Spoonerism switch the first letters of each word and returns the two new words as a single string separated by a space.
codecademy python-strings python3 spoonerism string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/nodes_js_datastructs
A JavaScript class to create a basic node that contains data and one link to another node. The node’s data will be specified when creating the node and immutable. A node’s link to the next node is null when there are no nodes to traverse. Plus an example "An ice cream shop that sells three flavors: strawberry, vanilla, and coconut. The signature sundae is made of these three flavors, but new hires have a hard time remembering the order."
codecademy data-structures ice-cream-shop node-concept
Last synced: 31 Mar 2025
https://github.com/candytale55/morocco_typography
Practice project for HTML5 + CSS3 focused on typography. Modify the typography on a website, changing the size, style, and font families, to make the page easier to read. "Aoife Conleavy is a novelist who has been writing about her travels for nearly two decades. Before the launch of her new novel Tide Blade, which features the stories of real-life characters in Morocco . . . "
blog-theme codecademy css-typography css3 html5 morocco-typography novelist practice-project travels
Last synced: 31 Mar 2025
https://github.com/candytale55/max_num__min_num
# max_num() has three parameters named num1, num2, and num3. The function should return the largest of these three numbers. If any of two numbers tie as the largest, you should return "It's a tie!".
Last synced: 31 Mar 2025
https://github.com/candytale55/odd_indices_py
Function odd_indices() takes one parameter named lst. The function should create a new empty list and add every element from lst that has an odd index. The function should then return this new list. For example, odd_indices([4, 3, 7, 10, 11, -2]) should return the list [3, 10, -2].
codecademy list-manipulation lists-python odd-numbers range
Last synced: 31 Mar 2025
https://github.com/candytale55/magic-8-ball-python3
This program answers any “Yes” or “No” question with a different random fortune each time it executes. It is inspired in the Magic 8-Ball, a popular toy developed in the 1950s for fortune-telling or advice seeking.
codecademy magic-8-ball randint
Last synced: 31 Mar 2025
https://github.com/candytale55/list-comprehension-challenges-python-3
Python-3 one-line challenge exercises for list comprehensions.
code-challenges codecademy list-comprehension list-comprehension-challenges python-lists
Last synced: 31 Mar 2025
https://github.com/candytale55/lambda-challenges-py_3
Python-3 coding challenges with lambda functions.
code-challenges codecademy lambda-functions python-3 python-functions python-lambda
Last synced: 13 Jun 2025
https://github.com/candytale55/kelvin-weather-js
Converts Kelvin to Celsius, then to Fahrenheit. For example, 283 K converts to 10 °C which converts to 50 °F.
codecademy javascript kelvin-weather temperature-converter
Last synced: 31 Mar 2025
https://github.com/candytale55/learn_python_3_code_challenges-dictionaries
Exercises to review Python functions with challenge exercises involving dictionaries.
code-challenges codecademy python-dictionaries python-functions python3
Last synced: 31 Mar 2025
https://github.com/candytale55/learn_python_2__classes
Code examples for classes in Python 2. From Codecademy course.
class-inheritance code-examples codecademy python-classes python2
Last synced: 31 Mar 2025
https://github.com/candytale55/list-of-bases-times-list-of-exponents-py
exponents() takes two lists as parameters named bases and powers. It returns a new list containing every number in bases raised to every number in powers. For example with exponents([2, 3, 4], [1, 2, 3]) the result would be the list [2, 4, 8, 3, 9, 27, 4, 16, 64] because it would first include the three solutions for base 2 [(2**1), (2**2) and (2**3)], then for the next base (3) and so on.
codecademy exponent nested-loops python-lists
Last synced: 31 Mar 2025
https://github.com/candytale55/in_range
function should return True if num is greater than or equal to lower and less than or equal to upper. Otherwise, return False
Last synced: 31 Mar 2025
https://github.com/candytale55/healthy_recipes
Static HTML & CSS page for quinoa and kale recipe salad - Codecademy practice exercise for CSS selectors
codecademy healthy-recipes html5 page-design recipes selectors static-website
Last synced: 31 Mar 2025
https://github.com/candytale55/headlines_flexbox
HTML & CSS static webpage. A fake communication company's webpage with a flexbox-based gallery for different content - Codecademy practice project.
codecademy css3 headlines html5 practice-project
Last synced: 31 Mar 2025
https://github.com/candytale55/javascript_function_examples-basic
Examples of many ways to create a function. Codecademy course notes.
code-examples codecademy javascript-functions
Last synced: 31 Mar 2025
https://github.com/candytale55/greetaliens_js
greetAliens() takes in an array of strings and uses a for loop to print a greeting with each string in the array in the following format: “Oh powerful [stringElement], we humans offer our unconditional surrender!”
aliens codecademy for-loops greet-people javascript
Last synced: 31 Mar 2025
https://github.com/candytale55/getting-ready-for-physics-class
Codecademy exercise for functions. "You are a physics teacher preparing for the upcoming semester. You want to provide your students with some functions that will help them calculate some fundamental physical properties."
Last synced: 31 Mar 2025
https://github.com/candytale55/javascript_arrays.js
Examples of how arrays work. From Codecademy exercises. Arrays can store any data types (including strings, numbers, and booleans). Like lists, arrays are ordered, meaning each item has a numbered position.
arrays codecademy javascript-array javascript-array-methods
Last synced: 31 Mar 2025
https://github.com/candytale55/functions_with_multiples
Functions that print and / or return multiples of num. For coding practice.
Last synced: 31 Mar 2025
https://github.com/candytale55/fashion_blog_isa
Very Simple HTML Blog webpage - Codecaemy exercise for HTML tags. "Isa is a fashion blogger, and she’s asked you to build her a new website, just in time for New York Fashion Week. Create the underlying structure of the blog, include plenty of pictures, links, lists, and other HTML elements.
codecademy css3 fashion-blog fashion-blog-isa html-elements html5 practice-project
Last synced: 31 Mar 2025
https://github.com/candytale55/is_x_length_py_3
Function takes a string named _sentence_ and an integer named _x_ as parameters. It returns _True_ if every word in sentence has a length greater than or equal to _x_.
code-challenges codecademy python-strings python3 string-challenges-codecademy string-length string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/hospital_vacation_days_management_js
Exercises from Codecademy to understand classes and inheritance. Manage vacation days and other administrative info from hospital employees.
code-examples codecademy hospital-management javascript
Last synced: 31 Mar 2025
https://github.com/candytale55/exam_statistics_py_2
Basic Codecademy practice exercise. You are a teacher. Your students just took their first test. It’s time to see how everyone did. Let’s write a program to compute the mean, variance, and standard deviation of the test scores.
basic-statistics code-examples codecademy python python2
Last synced: 31 Mar 2025
https://github.com/candytale55/gameboard_scoreboard
Codecademy jQuery exercise - NBA Scoreboard - user can click on dropdown menus or share menu, and notification bell.
codecademy javascript-es6 jquery notification-bell scoreboard share-menu
Last synced: 31 Mar 2025
https://github.com/candytale55/every_other_letter_py_3
function every_other_letter() takes a string named _word_ as a parameter. The function returns a string containing every other letter in word.
codecademy every-other python-strings python3 string-challenges-codecademy string-manipulation
Last synced: 31 Mar 2025
https://github.com/candytale55/doubly-linked-list_js
A doubly linked list implementation in JS. A doubly linked list is a sequential chain of nodes that contains two elements: data and links to the next and previous nodes. Uses nodes from a Node class also implemented in JS.
codecademy data-structures doubly-linked-list javascript-data-structures nodes
Last synced: 31 Mar 2025
https://github.com/candytale55/dasmoto
Dasmoto's Arts & Crafts Store - Static webpage practice from Codecademy for Intro to Local Website Development
codecademy css3 dasmotosartscrafts html5 static-website
Last synced: 31 Mar 2025
https://github.com/candytale55/check_for_name_in_sentence_py_3
check_for_name() takes two strings as parameters named _sentence_ and _name_. The function should return _True_ if _name_ appears in sentence in all lowercase letters, all uppercase letters, or with any mix of uppercase and lowercase letters. The function should return _False_ otherwise.
code-challenge codecademy find-string learn-python-3 python-find python-strings string-challenges-codecademy string-manipulations
Last synced: 31 Mar 2025