Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 926 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 926 Bytes

React Deck of Cards App

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.

Features

  • Generates random cards from the API using the "give me a card" button.
  • Displays the drawn card on the screen.

Technologies

  • ReactJS
  • deckofcardsapi.com API

Demo

Check out the live demo here!

Installation

  1. Clone the repository: git clone https://github.com/shahsuvarli/deck-cards.git
  2. Navigate to the project directory: cd deck-cards
  3. Install dependencies: npm install
  4. Start the app: npm start

Credits

License

This project is licensed under the MIT License