Skip to content

boundless-xyz/fullstack-take-home-assignment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Boundless

Fullstack take-home assignment (Next.js)

Your task is to build a cryptocurrency market data dashboard that reproduces the provided screenshot using Next.js app router (mandatory).

mockup

The application should demonstrate proficiency in server-side rendering, client-side interactivity, and production readiness. Build it as if it was the start of a bigger project you would expand on in the feature.

Feel free to use any library you see fit, as long as you can justify their use.

For this assignment, you just need to build the page for Ethereum (ETH).

Core functionality

  • Server-side rendering: Initial data should be rendered using RSC
  • Client-side updates: Once loaded, the data should refresh automatically every 30 seconds
  • Responsive design: The interface should work well on both desktop and mobile devices
  • Modern tech: Use up-to-date technologies suitable for production development

Data

You can use any cryptocurrency API. Some suggestions:

  • Crypto.com API
  • CoinGecko API
  • CoinMarketCap API

Evaluation criteria

Code quality:

  • Following Next.js best practices

Functionality:

  • Proper server-side rendering
  • Real-time data updates working correctly

UI/UX:

  • Responsive design implementation
  • Smooth user interactions

Architecture:

  • Proper separation of concerns
  • Scalable project structure (how hard is it to expand the price breakdown to other tokens)

Production readiness:

  • Error handling and edge cases
  • Performance optimizations

Deliverables

  • Source code: Complete Next.js project with all source files
  • Live demo: Deploy the application anywhere you want for us to take a look

Bonus points

Feel free to implement any other feature or improvement you see fit. If you see something in the design that doesn't make sense or could be improved, do not hesitate to change it. The provided mockup is provided as inspiration.

Ideas:

  • Add wallet connection and show the user's balance in the specific token they are looking at
  • Add a second line on the graph that shows the price of bitcoin as a comparison
  • Toggle for candlestick view
  • Show major news and events related to token price ups and downs
  • Etc.

Time limit

This should take around 3-4 hours of development time max. We want this to be reflected in the commits.

About

Fullstack take-home assignment (Next.js)

Resources

Stars

Watchers

Forks