-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Project instructions
The goal of this project is to create a small react application to track the prices of crypto currencies.
The app should show a simple text box to type the name of the currency we want to track, allow the user to select one and add it to a list where we can track the name, price and last updated time for it.
Filtering, searching and sorting the list are welcomed but not required for the app.
Take the following image as an idea of what we want to build, and note not all requirements are showing in it
Guidelines
The code should be able to run locally.
Use Coinbase public API to get the price data for currencies: https://developers.coinbase.com/api/v2#prices
Code has to be well structured and have clear instructions on how to run and test it.
Has to be implemented with React.
You can use any framework of your choice to style the application.
List of possible currencies to track can be predefined or taken from Coinbase API.
How to submit
Upload your completed project to your GitHub, and then paste a link to the repository below in the form along with any comments you have about your solution.
You will find a skeleton project attached that you can use to get started if you wish.
Be prepared to demo the app and discuss your design decisions in a code review with team.
