This project is a fun web application built using ReactJS and the deckofcardsapi.com API, allowing users to click a button to draw a random card.
- Generates random cards from the API using the "give me a card" button.
- Displays the drawn card on the screen.
- ReactJS
- deckofcardsapi.com API
Check out the live demo here!
- Clone the repository:
git clone https://github.com/shahsuvarli/deck-cards.git
- Navigate to the project directory:
cd deck-cards
- Install dependencies:
npm install
- Start the app:
npm start
This project is licensed under the MIT License