Commit Graph

5 Commits

Author SHA1 Message Date
5ddb388348 feat(html, css, js): refactor HTML structure to improve semantics and accessibility, add header and footer to all pages, and enhance styling for better user experience
feat(js): implement utility functions for hiding and showing elements, and add event listeners for better interactivity
feat(js): create a new roulette game in TP6 with random number generation and qualifying number logic
fix(css): update styles for consistency and responsiveness across different screen sizes
2025-02-22 18:39:44 +01:00
f171492e15 feat(grocery-list): add grocery list functionality with HTML, CSS, and JS
All checks were successful
DEPLOY / deploy (push) Successful in 8s
- Create TP5.html for the grocery list interface
- Implement TP5.js for managing grocery items and local storage
- Update style.css to style the grocery list and its items
2025-01-24 14:14:48 +01:00
92eef672e0 fix(TP4.js): update the pokemons array to include the correct Pokémon ID 380 2025-01-24 14:14:30 +01:00
270aa2d740 feat(HTML, CSS, JS): add new TP4.html file with Pokémon randomizer functionality and associated assets
All checks were successful
DEPLOY / deploy (push) Successful in 6s
feat(images): add Pokémon images for random selection feature
style(CSS): enhance styling for body, buttons, and layout for better user experience
2025-01-22 11:44:16 +01:00
e4d6f39880 feat(TP3): add HTML and JavaScript files for a number guessing game application
All checks were successful
DEPLOY / deploy (push) Successful in 7s
- Create TP3.html to provide the game interface with two game modes.
- Implement TP3.js to handle game logic, including number generation and user interactions.
2025-01-22 11:43:52 +01:00