react-play icon indicating copy to clipboard operation
react-play copied to clipboard

[Add a Play]: Cryptocurrency Tracker

Open Adit0507 opened this issue 3 years ago • 8 comments

Thank You!

What's the Play about?

  • This project gives real time updates about all cryptocurrencies i.e Coin price, Market Cap, 24h Price Change, Total Volume.

  • Also there is a search bar where the user can search their desired coin.

What ReactJS concept will be used to create this play?

  • useState, useEffect hooks were used.
  • Coin Gecko API was used
  • Axios was used to fetch the data.

Are you willing to take it up for implementation?

  • I don't get this question.

  • I have a live version of the project ready here

Adit0507 avatar Jun 15 '22 06:06 Adit0507

Are you willing to take it up for implementation?

  • I don't get this question.
  • I have a live version of the project ready here

Hey @Adit0507

As we expect the projects to build within ReactPlay(not linking the external projects at this point), the question is if the person providing an idea to implement in ReactPlay is also taking up for the implementation. Alternatively, people may post an idea and want someone else to pick it up. I hope it clarifies.

atapas avatar Jun 15 '22 06:06 atapas

Ok so I want to implement i.e build the project in React Play as well.

I have to follow the steps given here right ? https://github.com/reactplay/react-play/blob/main/CREATE-PLAY.md

Really looking forward to contribute here 😃

Adit0507 avatar Jun 15 '22 06:06 Adit0507

Ok so I want to implement i.e build the project in React Play as well.

I have to follow the steps given here right ? https://github.com/reactplay/react-play/blob/main/CREATE-PLAY.md

Really looking forward to contribute here 😃

Very excited to have you here @Adit0507

Assigned it to you. Yes that what you need to follow and build. Happy coding.

We have a Discord you may want to join in case you have any questions to ask to anyone! Here is the link: https://discord.gg/3XVrkdCz

atapas avatar Jun 15 '22 06:06 atapas

@atapas I'm getting a minor problem, the play is working really well but I cant see the cover image in my localhost even though I uploaded it and imported it correctly.

I also tried using Unsplash and google drive but it didnt work.

Adit0507 avatar Jun 18 '22 07:06 Adit0507

@atapas I'm getting a minor problem, the play is working really well but I cant see the cover image in my localhost even though I uploaded it and imported it correctly.

I also tried using Unsplash and google drive but it didnt work.

Can you please paste the play meta object of your play from the play-meta.js file? Also gimme the image link.

atapas avatar Jun 18 '22 07:06 atapas

Ofc

{ id: 'pl-cryptocurrency-tracker', name: 'Cryptocurrency Tracker', description: '', component: () => {return <CryptocurrencyTracker />}, path: '/plays/cryptocurrency-tracker', level: 'Intermediate', tags: 'JSX, Hooks, API', github: 'Adit0507', cover: 'plays/cryptocurrency-tracker/Cover.jpg', blog: '', video: '', language: 'js' },

Image Link: https://unsplash.com/photos/ZwAsnutAtUM

Adit0507 avatar Jun 18 '22 08:06 Adit0507

Ofc

{ id: 'pl-cryptocurrency-tracker', name: 'Cryptocurrency Tracker', description: '', component: () => {return }, path: '/plays/cryptocurrency-tracker', level: 'Intermediate', tags: 'JSX, Hooks, API', github: 'Adit0507', cover: 'plays/cryptocurrency-tracker/Cover.jpg', blog: '', video: '', language: 'js' },

Image Link: https://unsplash.com/photos/ZwAsnutAtUM

Keep the value of the cover property blank

cover: ‘’

And keep a cover.png file in your play folder.

Alternatively the cover property should have the URL to a publicly hosted image with resolvable path.

You can See other plays as references.

atapas avatar Jun 18 '22 09:06 atapas

Its working now !!!!

Adit0507 avatar Jun 18 '22 10:06 Adit0507

There hasn't been any activity on this issue recently, and in order to prioritize active issues, it will be marked as stale. Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by leaving a 👍 Because this issue is marked as stale, it will be closed and locked in 7 days if no further activity occurs. Thank you for your contributions!

github-actions[bot] avatar Dec 05 '22 12:12 github-actions[bot]

Can you update me on the progress of this particular issue?

priyankarpal avatar Oct 01 '23 03:10 priyankarpal