This is a React challenge for Exactly Finance. The goal is to create a simple dasboard with a list of the top 10 crypto currencies by Market Cap. Also display a chart with the price of the selected currency over few different time periods.
Click here to see the live demo.
The project was bootstrapped with Next.js and uses the following libraries:
First, check checkout the enviroment variables in the .env
file.
Then, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see how it goes.
Benjamín.