Hello All, This is a Crypto currency dashboard project which shows price charts, calculates exchange rates and displays list of top cryptocurrencies according to their market cap. It is created with React and Redux Javascript libraries, Tailwind CSS and utilises CoinGecko's API for information.
It is deployed using Netlify - https://cryptodashboardbybasu.netlify.app/
Video demo - https://youtu.be/G78QHfG7GHE
This directory contains the necessary files related to the project
src
folder has all the source code for ReactJS and ReduxJS with tests and explanatory Readme file.build
folder has all the elements necessary for deploying this project, it was created whennpm run build
was executed.tailwind.config.js
is a config file where I tweaked some tailwind configurations.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!