Welcome to the Rock, Paper, Scissors application! This is a modern take on the classic game, developed using React.
Here are some screenshots of the Rock, Paper, Scissors application:
- Hooks and Context API: The application leverages
useState,createContext,useContext, anduseEffectto manage state and effects efficiently. - Dynamic Audio: Integrated sound effects using the
use-soundlibrary to enhance the user experience. - Multilanguage Support: The application is available in Spanish, German, and English. 🌎
- CSS Animations: Interactions and transitions are enhanced with CSS animations for a smoother user experience.
- Local Storage: User preferences and progress are saved in
localStoragefor quick and easy access. - Integrated Libraries: Various libraries such as
react-confetti,react-icons,react-loader-spinner, and others are used to add visual and functional details.
To get started with the project, clone the repository and install the necessary dependencies:
git clone https://github.com/delafuentej/react_rock-paper-scissors-game.git
cd react_rock-paper-scissors
npm install
npm start

