An open API service indexing awesome lists of open source software.

https://github.com/shahsuvarli/deck-cards

This is a simple app built in ReactJS that uses the Deck of Cards API to display a random card every time the "give me a card" button is clicked.
https://github.com/shahsuvarli/deck-cards

api cards css deck deckofcards html reactjs

Last synced: about 1 month ago
JSON representation

This is a simple app built in ReactJS that uses the Deck of Cards API to display a random card every time the "give me a card" button is clicked.

Awesome Lists containing this project

README

          

React Deck of Cards App
=======================

This project is a fun web application built using ReactJS and the [deckofcardsapi.com](https://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](https://deck-of-cards-app.netlify.app/)!

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
-------

- [ReactJS](https://reactjs.org/)
- [deckofcardsapi.com](https://deckofcardsapi.com/)

License
-------

This project is licensed under the MIT License