Inspiration

We always wanted to make a project which had a simple UI/UX but helped you to manage your crypto-assets.

What it does

It stores the value of the crypto-assets that you currently hold. It also displays the total portfolio value for the user.

How we built it

We built it using React for the front-end, Node and Express for the Server side and CockroachDB as the database for the project. Using SAWO labs for the authentication.

Challenges we ran into

  • Integrating cockroachDB. This was our first time trying it out, I had zero experience with SQL database using ORM but we managed to work on it following the documentation.
  • Using SAWO labs was also tricky since we could handle the payload returned by it. ## Accomplishments that we're proud of Project succesfully works with CockroachDB even though this was our first time using it. It maintains a separate table for each user. ## What we learned How to read/write/update and delete data in SQL database using ORM. ## What's next for CryptoPortofolio
  • Next up it needs few parameters like the date and time of transaction.
  • It will also include other coins details and also be at par with the market value of the asset.

Built With

Share this project:

Updates