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

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.

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