Hello, internet! ๐
It's been a while since I last published something in the showdev section, but here it is!
So I wanted to create something useful by myself, something that actually works and it's not just a to-do app, and I started searching some free APIs.
At that moment I found the CheapShark API, which purpose is to show cheapest deals for PC games. So I thought, well, why not.
I started this project some days ago and I think it's good enough to publish it and let it be part of my online porfolio. I present you: Dealingarden๐ฑ.
You can check the site here.
Some images:
It'd be really nice if you find some inspiration in this project and build your own๐.
Thank you, see you around! ๐ป
Top comments (12)
Go Vue! Great work ๐ฅณ
Really liked the ease of use and that loading indicator after searching. Some UI feedback, the navigation items which are not active have very low visibility, try to give it a light but visible colour like
#2977ab
. Same for the footer text.Rest all it's really good to find deals! ๐ฅ
This is a really great project. It will definitely be useful. If someone is looking for cheap games, I recently found a website royalcdkeys. Interesting prices for games can also be found there.
Looks great!
I'd get in contact with @CAGcast (Twitter) if I were you, I'm sure they'd love this and there's nothing like some free publicity if it gets a mention on the podcast!
Didn't know about them, I'll try, thank you for the info!
Really, liked the UI and and colors,
Awesome Work :)
Thank you, Adesh!
Oh very cool and easy to use its projects like this that inspire other developers good job.
Very Nice! Will useful be in future
Thanks, I hope so!
Cool!
Thanks๐
If anybody else is looking to use the Cheapshark API, I whipped up a typesafe abstraction layer for it npmjs.com/package/cheapshark-ts. Otherwise awesome project!