[Add a Play]: Cryptocurrency Tracker
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
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.
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 😃
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 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.
@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.
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
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.
Its working now !!!!
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!
Can you update me on the progress of this particular issue?