Project using Binance API, Next.js (React framework), and Tailwind CSS

Hey Devs!

I’m trying to build a simple project (but very challenging for me) that fetches data from Binance and displays it onto my webpage for the coins that I trade (LINK, UNI, ETH, ADA) :v: Help & Suggestions are very much appreciated!

Things I learned along the way:

  1. Building a challenging project (out of your comfort zone) will be a very frustrating journey but you will sure LEARN A LOT along the way! :smile:
  2. Next.js basic uses and “Links” that makes it easier to jump to other webpages - functional Navbar
  3. Fetching Rest API from Binance managed to get the order books working but I need to refresh the page to change prices
  4. Learned about tailwind CSS and how fun it is to use (in my opinion)
  5. Authentication (still learning to add some things)

Things I need HELP on :sweat_smile:

  1. Streaming live data on my webpage using WebSockets (for order books and charts)
  2. Building functional charts
  3. Internal server error 500 (What should I do about this?) - I’m thinking of restarting the Project

Things I plan to add (mostly design stuff)

  1. Dropdown button for my coins
  2. Avatar greeters on the side
  3. News pop-ups specifically for my Coins

Have fun guys!

A tip I got from the Academy: The art of “Learning how to Learn” heard this from @ivan, which are now my words to live by. I’m also tagging my student counselor who helped me a lot in my learning journey @Mauro. Thanks a lot, man.

2 Likes

Nice to see that you are working in your own project! :muscle:

You might be interested in this new sdk from ivan on tech https://moralis.io/.

Is still on beta, but its save you tons of time on the backend of your dapp.

Carlos Z

1 Like

Would you be open to share your gitHub Repo so I can join in on this?

1 Like

Hey man, sorry for the late reply, been really busy this past few days. I’ll double-check on my project to make sure its working and clear some stuff out anyway here’s the link to the repo:

https://github.com/CryptoPH-Xyz/Binance-API

A lot of work needs to be done still. I used Docker for my backend server but will probably remove it since it does not function correctly for authentications

1 Like

Sorry man, I’ll make this private for a while just so I can clear things up, thanks! will be available soon!

1 Like