Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodnye/monopoly-wallet
monopoly game virtual wallet
https://github.com/rodnye/monopoly-wallet
Last synced: 2 days ago
JSON representation
monopoly game virtual wallet
- Host: GitHub
- URL: https://github.com/rodnye/monopoly-wallet
- Owner: rodnye
- Created: 2024-05-23T05:03:34.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T14:17:41.000Z (8 months ago)
- Last Synced: 2024-11-24T20:46:42.673Z (3 months ago)
- Language: JavaScript
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📊 Monopoly-Wallet
Monopoly-Wallet is a virtual money transfer application built using React.js. This app allows you to transfer and receive virtual money remotely through QR code scanning, making it perfect for playing the classic board game Monopoly without physical money with friends and family.
## 🚀 Getting Started
To get started with Monopoly-Wallet, follow these steps:
1. **Clone the repository:**
```
git clone https://github.com/RodnyE/monopoly-wallet.git
```2. **Navigate to the project directory:**
```
cd monopoly-wallet
```3. **Install the dependencies:**
```
npm install
```4. **Start the development server:**
```
npm start
```5. **Open the app in your browser:**
Navigate to `http://localhost:3000` in your web browser.