Using the free REST API provided by CoinGecko in order to create a top list for cryptocurrencies. The application uses skeleton loading in order to improve the user experience. Some basic error handling has also been added. You can test it on crypto.rasfa.dev or start it locally.
- React.js
- TypeScript
- Redux Toolkit
- Sass
npm install
npm start
A lot of things can be done, feel free to open a pull request :)
- Add polling in order to update list every X seconds
- Add search functionality
- Improve design on mobile devices