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.
- Host: GitHub
- URL: https://github.com/shahsuvarli/deck-cards
- Owner: shahsuvarli
- Created: 2022-06-21T17:17:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-06T21:28:32.000Z (about 3 years ago)
- Last Synced: 2025-02-07T13:48:22.425Z (over 1 year ago)
- Topics: api, cards, css, deck, deckofcards, html, reactjs
- Language: JavaScript
- Homepage: https://deck-of-cards-app.netlify.app
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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