An application to search for and get information about crypto currencies.
This application was built after remaking one of the previous projects. Initial version is available here and its repository is here.
The app allows to search for a crypto currency by its name, get a list of all possible ones matching it and see general information about each one (price, overview, markets data, etc).
Overall, in comparison to the initial version, I've used the CoinGecko API, adjusted the responsiveness for the mobile version and added some styling changes for the individual currencies pages.
Due to the API change, I also needed to change the structure of the requests to get the right data and to display it correctly.
React, React Router, JavaScript, HTML, CSS, Tailwind CSS