Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ThejasNU/crypto-hunter
Crypto Currency live price and price comparison graph web app built using React, Typescript, Firebase, Zustand, Material UI and ChartJS
https://github.com/ThejasNU/crypto-hunter
chartjs firebase material-ui react typescript zustand
Last synced: 3 months ago
JSON representation
Crypto Currency live price and price comparison graph web app built using React, Typescript, Firebase, Zustand, Material UI and ChartJS
- Host: GitHub
- URL: https://github.com/ThejasNU/crypto-hunter
- Owner: ThejasNU
- License: mit
- Created: 2022-07-12T06:28:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-12T14:42:12.000Z (over 2 years ago)
- Last Synced: 2024-07-30T21:09:42.382Z (5 months ago)
- Topics: chartjs, firebase, material-ui, react, typescript, zustand
- Language: TypeScript
- Homepage: https://crypto-hunter-thejasnu.netlify.app/
- Size: 343 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crypto-hunter
Crypto Currency live price showing web app built using React, Typescript, Firebase, Zustand, Material UI and ChartJS.
It shows price variation graph of last 24 hours/1 month/3 months/1 year too!!
To see the watchlist feature login and add some coin to the watchlist and click on avatar.
This web app's performance has been optimised using **`React Lazy Loading`**
To see this web app [click here](https://crypto-hunter-thejasnu.netlify.app/)
### How to run this on your local device
1. Clone this repo
2. Go to root directory and run `yarn`
3. Open `src/config/firebaseConfig.ts` and add your firebase configurations
4. Open terminal and run `yarn dev`
5. Open `localhost:3000` on your browser to see this web app