Designed using ReactJS, this App tracks the prices, market capitalization, volume and price change % making use of Coingecko api, using Axios to fetch data.
Array filter and map functions have been used to get matching crypto results as the user enters words in the search box.
React Hooks have been used throughout the code, dark mode functionality has been added, a contact form is also present in case the user has any queries, EmailJS has been used to send the mail and formik2 for designing the form.
Object Destructuring has been used to pass the coin data as props to the child component.. React bootstrap is used for the styling.