https://github.com/deco31416/local-bitcoins-cloned
Clone of private p2p trading platform.
https://github.com/deco31416/local-bitcoins-cloned
Last synced: 3 months ago
JSON representation
Clone of private p2p trading platform.
- Host: GitHub
- URL: https://github.com/deco31416/local-bitcoins-cloned
- Owner: deco31416
- Created: 2022-04-11T00:47:29.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-04-11T00:48:46.000Z (about 3 years ago)
- Last Synced: 2025-01-10T23:19:37.737Z (4 months ago)
- Language: JavaScript
- Homepage: https://local-bitcoins.netlify.app/
- Size: 72.9 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LOCAL BITCOIN
`Link to React application - https://local-bitcoins.netlify.app`
#Table of Content
### Front-End Dependencies
- react
- react router
- dotenv
- redux
- redux logger
- redux thunk
- antd
- socket.io client
- axios
- moment
- node-sass## Guidelines to setup
### Prerequisites
- NPM should be installed: `NPM version > 6.14.4`
- NODE should be installed: `NODE LTS version > 12.16.2`### Steps
1. Create a `.env` file and the format should be as given in `.env.example`.
2. Run these commands:
```
npm install (To install all the dependencies)
npm start (To start client on local server)
```## DEMO
#### IMAGES
##### Marketing Page
##### Explore Offers Page
##### Create New Offer Page
##### My Offers Page
##### Offer Details Page
##### My Trades Page
##### Trade Details Page
![]()