Giter Site home page Giter Site logo

rohitks7 / cryptoverse Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 354 KB

It's a All in One Crypto App which shows Exchanges, Cryptocurrencies, Crypto News, and Crypto Statistics_ and more.

Home Page: https://cryptoverse-by-rohit.vercel.app/

HTML 5.62% CSS 19.41% JavaScript 74.97%
ant-design bitcoin chart-js crypto-app cryptocurrency ethereum exchanges frontend-developer news rapidapi react react-chartjs-2 web3 web3-developer

cryptoverse's Introduction

About Application

It's a All in One Crypto App which shows Exchanges, Cryptocurrencies, Crypto News, and Crypto Statistics and more.

This Application is build on React and Redux Toolkit. Fetching Data from RapidAPI. Ant Design is also used for UI components.

APIs

  1. CoinRanking
  2. Bing News

How to use Redux Toolkit Query to fetch Data

  1. Create a folder named services main folder for fetching data.

  2. Inside there create a new file named cryptoApi.

  3. Before anything else, We're gonna have to create a Store which is the centralized storage to store every state and data in it. So, we can get it in our entire Application whenever we want, easily.

  4. Now Create folder named app in src and inside there a file named store.js. This will gonna be the Redux Store.

  5. And see the store.js for code information.

  6. Now Import Store from store.js and Provider from RTK inside our main index.js

  7. And Wrap the whole app inside provider like mine.

  8. Now we can write data fetching functionality inside cryptoApi.js.

  9. After writing the code import that functionality in store.js

  10. Now our Application is fully connected and we just have to fetch whatever data we want.

cryptoverse's People

Contributors

rohitks7 avatar

Watchers

 avatar

Forkers

bunsdev

cryptoverse's Issues

error

WARNING in [eslint]
src\components\Cryptocurrencies.jsx
Line 23:6: React Hook useEffect has missing dependencies: 'coins' and 'isFetching'. Either include them or remove the dependency array react-hooks/exhaustive-deps
Line 59:24: img elements must have an alt prop, either with meaningful text, or an empty string for decorative images jsx-a11y/alt-text

src\components\Navbar.jsx
Line 6:3: 'MoneyCollectOutlined' is defined but never used no-unused-vars

webpack compiled with 1 warning

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.