Crypto Price Viewer is a web application that allows users to view price charts for selected cryptocurrencies and customize their view preferences for each coin. Users can select which graphs (or lines) they want to view for each coin and save their preferences, which are maintained across sessions using browser local storage. View Project at https://hqkc3l-3000.csb.app
- Select any coin from the provided list (e.g., Bitcoin, Ethereum, 0xblack).
- View price charts for the selected coins with customizable preferences.
- Customize and save the view preferences for each coin (e.g., open, high, low, close).
- User preferences are saved locally and maintained across sessions.
- React.js: Frontend library for building user interfaces.
- Recharts: Charting library for creating interactive and customizable charts.
- CoinGecko API: Used to fetch cryptocurrency price data.
- Clone the repository:
git clone https://github.com/sahtushar/React-Crypto-Price-Viewer.git