parham-mosadeq / next-crypto

Home Page:https://coinmarket-theta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warning: Due to the calling limitations of the API service, this program may be slow or may not work sometimes.

Coin Market

Getting information using Rtk and Chakra UI in NextJs

The goal of this project is to create a web application that fetches and displays information about various crypto currencies. The application will be built using Redux Toolkit and Chakra UI.

Features

  • Users can view a list of popular crypto currencies.
  • Users can search for specific crypto currencies.
  • Users can view detailed information about each crypto currency, including current price, market cap, and trading volume.
  • Users can add crypto currencies to their watchlist for easy access.

Technologies Used

  • Redux Toolkit: A library for managing state in React applications.
  • Chakra UI: A component library for building user interfaces in React applications.

Implementation Details

The application is built using React and Redux Toolkit. The user interface is designed using Chakra UI components. Data on various crypto currencies will be fetched from the CoinGecko API.

The application have a main page that displays a list of popular crypto currencies. Users can search for specific crypto currencies using a search bar. Clicking on a specific crypto currency will take the user to a detailed page with information about the selected currency.

Users can also add crypto currencies to their fave by clicking on an "Add to fave" button. The fave will be stored in the browser's local storage so that it persists across sessions.

Overall, this project aims to provide users with an easy-to-use platform for accessing information about various crypto currencies.

HOPE you EnJoY ;)

About

https://coinmarket-theta.vercel.app


Languages

Language:JavaScript 99.9%Language:CSS 0.1%