Skip to content

Commit 9d7f58f

Browse files
committed
add banneri mage
1 parent 071b618 commit 9d7f58f

File tree

20 files changed

+48
-26
lines changed

20 files changed

+48
-26
lines changed

projects/analyze-us-census-data-with-scipy/analyze-us-census-data-with-scipy.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2025-01-13
66
published: live
77
description: Learn how to analyze U.S. census data with SciPy
88
header: https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/assets%2Findex%2F12423.png?alt=media&token=721aaaaa-f431-438e-bd19-c3f6a97afb41
9+
bannerImage: https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/assets%2Findex%2F12423.png?alt=media&token=721aaaaa-f431-438e-bd19-c3f6a97afb41
910
readTime: 45
1011
prerequisites: <a href="/python">Python</a>, <a href="/numpy">NumPy</a>, SciPy
1112
versions: Python 3

projects/animate-images-with-keyframes-using-css/animate-images-with-keyframes-using-css.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ uid: 11zhRKeJCWWcD7IkTJBtuK3Mkvo1
55
datePublished: 2025-03-14
66
description: Learn about the basics of CSS Keyframes to animate images with CSS
77
header: https://github.com/codedex-io/projects/blob/main/projects/animate-images-with-keyframes-using-css/header.gif?raw=true
8+
bannerImage: https://github.com/codedex-io/projects/blob/main/projects/animate-images-with-keyframes-using-css/header.gif?raw=true
89
published: live
910
readTime: 45
1011
prerequisites: <a href="/css">CSS</a>

projects/build-a-conversational-game-in-p5js/build-a-conversational-game-in-p5js.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2025-01-03
66
published: live
77
description: Learn how to make a game of Pong that takes the form of two characters having a conversation, using p5.js.
88
header: https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/assets%2Findex%2FCopy%20of%20Codedex%20Project%20Headers%20(Twitter%20Post).gif?alt=media&token=f1a5a667-5967-4e50-ad37-ec63f09535eb
9+
bannerImage: https://firebasestorage.googleapis.com/v0/b/codedex-io.appspot.com/o/assets%2Findex%2FCopy%20of%20Codedex%20Project%20Headers%20(Twitter%20Post).gif?alt=media&token=f1a5a667-5967-4e50-ad37-ec63f09535eb
910
readTime: 30
1011
prerequisites: p5.js, JavaScript
1112
versions: p5 1.11.2

projects/build-a-word-guessing-game-with-python/build-a-word-guessing-game-with-python.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2024-08-16
66
published: live
77
description: Use Python to Build a Simple Word Guessing Game.
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-a-word-guessing-game-with-python/header.gif
9+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-a-word-guessing-game-with-python/header.gif
910
readTime: 30
1011
prerequisites: Python fundamentals
1112
versions: Python 3

projects/build-an-album-finder-with-spotify-api/build-an-album-finder-with-spotify-api.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ uid: 11zhRKeJCWWcD7IkTJBtuK3Mkvo1
55
datePublished: 2024-01-26
66
description: Learn to make an album finder app with the Spotify API, ReactJS, and React-Bootstrap.
77
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-an-album-finder-with-spotify-api/header.gif
8+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-an-album-finder-with-spotify-api/header.gif
89
published: live
910
readTime: 65
1011
prerequisites: HTML, CSS, and JS fundamentals

projects/build-an-avatar-generator-with-html-css-js/build-an-avatar-generator-with-html-css-js.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ uid: Jps14SaCwqgdbbnYvoMpvMKv92P2
55
datePublished: 2025-05-09
66
description: Learn how to build a randomizer that generates outfits, monsters, and avatars with HTML, CSS, and JavaScript.
77
header: https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/build-an-avatar-generator-with-html-css-js/header.gif
8+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/refs/heads/main/projects/build-an-avatar-generator-with-html-css-js/header.gif
89
published: live
910
readTime: 60
1011
prerequisites: HTML, CSS, JavaScript fundamentals

projects/build-an-interactive-3d-model-with-threejs/build-an-interactive-3d-model-with-threejs.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ uid: 11zhRKeJCWWcD7IkTJBtuK3Mkvo1
55
datePublished: 2024-07-09
66
description: Learn how to load a 3D Model using the JavaScript library Three.js for your website.
77
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-an-interactive-3d-model-with-threejs/header.gif
8+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-an-interactive-3d-model-with-threejs/header.gif
89
published: live
910
readTime: 60
1011
prerequisites: JavaScript

projects/build-tic-tac-toe-with-javascript/build-tic-tac-toe-with-javascript.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2024-08-02
66
published: live
77
description: Use JavaScript and Node.js to build a simple Tic-Tac-Toe game.
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-tic-tac-toe-with-javascript/header.png
9+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/build-tic-tac-toe-with-javascript/header.png
910
readTime: 30
1011
prerequisites: JavaScript fundamentals
1112
versions: Node.js 16.14.0

projects/convert-roman-numerals-with-python/convert-roman-numerals-with-python.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2023-04-17
66
published: live
77
description: Use common Python tools and functions to convert Roman numerals to integers.
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/convert-roman-numerals-with-python/header.png
9+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/convert-roman-numerals-with-python/header.png
910
readTime: 30
1011
prerequisites: Python fundamentals
1112
versions: Python 3.10

projects/create-a-caesar-cipher-with-java/create-a-caesar-cipher-with-java.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ datePublished: 2025-05-22
66
published: live
77
description: Learn how to make a caeser cipher encrypter with Java using the Scanner class.
88
header: https://raw.githubusercontent.com/codedex-io/projects/main/projects/create-a-caesar-cipher-with-java/header.gif
9+
bannerImage: https://raw.githubusercontent.com/codedex-io/projects/main/projects/create-a-caesar-cipher-with-java/header.gif
910
readTime: 30
1011
prerequisites: Java fundamentals
1112
versions: None

0 commit comments

Comments
 (0)