This is a application that displays the entire information of cryptocurrencies
this is build using React.js , Ant Design , state management using Redux Toolkit ,
and fetching data using RapidAPI...
First install dependencies:
npm install
To run in hot module reloading mode:
npm start
To create a production build:
npm run build-prod