React
JavaScript
CSS
Bootstrap

Gabe's Guessing Game

I am thinking of a lucky number. See if you can guess it.

Objective

Craft an engaging and intuitive lucky number guessing game that captures users' attention and tests their luck and deduction skills.

Design

Conceived a user-centric design that motivates players to engage in the number-guessing challenge, accompanied by a sleek and modern UI that heightens the user experience.

Development

Developed using React's functional components and hooks for efficient state management and Bootstrap for styling, ensuring responsiveness and aesthetic appeal.

Challenges

Encountered complexities in correctly setting up local storage to persist game state and implementing the game's reset functionality. Initial attempts led to issues maintaining the game's continuity across sessions and effectively resetting game data.

Breakthroughs

Overcame these hurdles by refining the local storage integration and fine-tuning the reset function to ensure it consistently restored the game to its initial state without residual data interference.

Outcome

Delivered a fully functional and visually appealing guessing game that allows users to play, pause, and reset while maintaining their progress.