I hereby claim:
- I am xeoneux on github.
- I am xeoneux (https://keybase.io/xeoneux) on keybase.
- I have a public key whose fingerprint is 1A28 848F D5A7 B52D 5630 55D7 AA08 B082 B8AA F29F
To claim this, I am signing this object:
| class App extends React.Component { | |
| state = { | |
| favourites: ['ethereum', 'stellar', 'bitcoin', 'ripple', 'monero'] | |
| }; | |
| addToFavourites = coinId => { | |
| this.setState({ | |
| favourites: this.state.favourites.concat([coinId]) | |
| }); | |
| }; |
| class App extends React.Component { | |
| state = { | |
| favourites: ['ethereum', 'stellar', 'bitcoin', 'ripple', 'monero'] | |
| }; | |
| addToFavourites = coinId => { | |
| this.setState({ | |
| favourites: this.state.favourites.concat([coinId]) | |
| }); | |
| }; |
| class App extends React.Component { | |
| state = { | |
| favourites: ['ethereum', 'stellar', 'bitcoin', 'ripple', 'monero'] | |
| }; | |
| render() { | |
| return ( | |
| <main> | |
| <section className="jumbotron"> | |
| <h1 className="jumbotron-heading">GenB Crypto Tracker</h1> |
| <main> | |
| <section className="jumbotron"> | |
| <h1 className="jumbotron-heading">GenB Crypto Tracker</h1> | |
| <p className="lead text-muted">Track your favourite cryptocurrencies</p> | |
| <div className="row"> | |
| <ul> | |
| {Data.map(coin => ( | |
| <li key={coin.id} className="coin-item"> |
| <section> | |
| <h3 className="coin-available">Available Cryptocurrencies</h3> | |
| <div className="container"> | |
| <div className="row"> | |
| <div className="coin-select col-md-1"> | |
| <img | |
| alt="Ethereum" | |
| src={require(`cryptocurrency-icons/dist/svg/color/eth.svg`)} | |
| /> |
| <section className="jumbotron"> | |
| <h1 className="jumbotron-heading">GenB Crypto Tracker</h1> | |
| <p className="lead text-muted">Track your favourite cryptocurrencies</p> | |
| <div className="row"> | |
| <ul> | |
| <li className="coin-item"> | |
| <div className="coin-image"> | |
| <div className="coin-remove" /> |
I hereby claim:
To claim this, I am signing this object: