This is a web application built with React.js that simulates a High-Low Card Game. In this game, the player guesses whether the next card drawn from a deck will be higher or lower than the current card.
- Interactive gameplay where the player guesses if the next card will be higher or lower than the current card.
- Random card generation from a standard 52-card deck.
- Keep track of the player's score based on correct or incorrect guesses.
- Option to restart the game and start a new round.
- Clone the repository to your local machine using the following command:
git clone https://github.com/hamza-al/highlow.git
- Navigate to the project directory:
cd highlow
3.Install the dependencies using npm or yarn:
npm install
or
yarn install
- Start the development server:
npm start
or
yarn start
- Open your web browser and visit http://localhost:3000 to see the High-Low Card Game.
- React.js: A JavaScript library for building user interfaces.
- CSS: Styling and layout of the application.
- Deck of Cards API: A REST API that helps integrates playing cards into applications.
Contributions are welcome! If you would like to contribute to this project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push your changes to your forked repository.
- Submit a pull request detailing your changes.
- Please make sure to follow the code standards, write clear commit messages, and provide appropriate documentation for your changes.