Search for cryptocurrencies by relevant keywords and get information about them.
This app uses an API made by me called Crypto-Info-API for fetching information about wide variety of decentralized blockchains/cryptocurrencies and smart contract platforms
The user can enter relevant keywords and will get the name of the cryptocurrency, link to the verified site and a short description about that cryptocurrency along with its ticker and link to the blockchain explorer.
The site is live at https://cryptoinfoapp.netlify.app/
Crypto-Info-API allow developers to fetch informational content for a wide variety of decentralized blockchains/cryptocurrencies and smart contract platforms.
While improving this project, I would start by implementing the following features -
- Add support for multiple cryptocurrencies with same keywords
- Implement more API endpoints
I learned how to develop an API, create documentation for it and serve content when the API gets a request. I learned how to integrate an API into a project and how to manipulate the DOM using JavaScript to create a simple API-based project. I learned about API management and how it can help in the growth of businesses.