Skip to content

Commit fc3e46f

Browse files
author
MahalakshmiPFW
committed
update Projects.jsx
1 parent 237648a commit fc3e46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Projects.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const Projects = () => {
2222
id: 6,
2323
title: 'Pose-Based Maze Navigation',
2424
description: 'A low-code, rapid-prototyping project that blends applied machine learning with real-time gesture recognition to control a browser-based maze game. Uses Teachable Machine for pose detection and TensorFlow.js for real-time webcam-based gesture recognition.',
25-
date: '2024',
25+
date: 'Dec. 2025',
2626
image: 'assets/images/pose-based-maze-game.png',
2727
technologies: ['JavaScript', 'TensorFlow.js', 'Teachable Machine', 'HTML', 'CSS', 'Python'],
2828
demo: 'https://github.com/MahalakshmiPFW/pose-based-maze-navigation.git'
@@ -31,7 +31,7 @@ const Projects = () => {
3131
id: 7,
3232
title: 'Pokemon Explorer',
3333
description: 'A React Native learning project that explores Pokémon data through clean UI design, API integration, and modern mobile development practices. Features pagination, search functionality, and detailed Pokémon information using PokeAPI.',
34-
date: '2024',
34+
date: 'Dec.2025',
3535
image: null,
3636
technologies: ['React Native', 'TypeScript', 'Expo', 'Expo Router', 'PokeAPI'],
3737
demo: 'https://github.com/MahalakshmiPFW/Pokemon-Explorer-React-Native.git'

0 commit comments

Comments
 (0)