This project is available on https://knowyourcoinv2.netlify.app/
Inspired by Javascript mastery
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
In this modern era when everybody is migrating to a digital world one should be well aware of crypto revolution. and how the prices of different cryptos are increading or decreasing so in order to track these prices I have developed a web platfoem from where user can see different cryptos available in the market and what is their price shift/Change along with detailed view of every coin
- VScode(For development)
- Github(For version control)
- Netlify(For CI/CD operations)
- ReactJS
- RestAPI CryptocurrenciesCoin Ranking
- RestAPI NewsBing news search
- Ant design
- Redux Toolkit
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
-
Clone the repo
git clone https://github.com/AshvinjeetSingh/Crypto-tracker.git
-
Install NPM packages
npm install
-
Folder Structure
Once the application is loaded user will directed to Home page which contain information about global crypto statistics and along with that latest news and top 10 cryptocurrencies
On the left navigation user have 3 option from which user can navigate to different pages
Once user will be navigated to cryptocurrency screen user will get paginated response of all the cryptocurrencies (50 coins per page) along with autosuggest search bar from where user can navigate to diffrent coins
If user navigates to news screen user will see different information relates to crypto and can filter them out as well as per specific coin
If user will select some coin it will be navigated to that specifc coin which will give user a detailed view of that specific coin
Added screenshot for refernce
_For more , please refer to the Website
See the open issues for a list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/NewFeature
) - Commit your Changes (
git commit -m 'Add some new Feature'
) - Push to the Branch (
git push origin feature/NewFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Ashvinjeet Singh - ashvinjeetsingh98@gmail.com
Project Link: https://github.com/AshvinjeetSingh/knowyourcoinV2