Decrypto is a web application with which most trending crypto currencies can be tracked. Even an user can pin his preffered crypto currencies in the Saved section. In the Trending section you can watch the stats of most trending crypto currencies. In the Crypto section you can track the stats of all cryptos with charts and graphs
Clone This Repository
git clone https://github.com/Megh2005/Quest1-Shepherd.gitNavigate To The Code File
cd ChatopediaInstall All Dependencies
npm installOpen With Code
code .Run The Project
npm run devProject URL
http://localhost:3000Contributions are happily accepted. If you have any ideas for improvements & new features, feel free to open an issue or submit a pull request :
Fork The Repository
git remote -v https://github.com/Megh2005/Quest1-Shepherd.gitCreate New Branch
git checkout -b feature/your-featureCommit Your Changes
git commit -m "Add your feature"Push To The Branch
git push origin feature/your-featureSubmit a pull request
git pull-request [username] [branch]{
"name": "decrypto",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^13.4.0",
"@testing-library/user-event": "^13.5.0",
"lodash.debounce": "^4.0.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"react-scripts": "5.0.1",
"recharts": "^2.1.15",
"shepherd.js": "^12.0.5",
"web-vitals": "^2.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": ["react-app", "react-app/jest"]
},
"browserslist": {
"production": [">0.2%", "not dead", "not op_mini all"],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"autoprefixer": "^10.4.12",
"postcss": "^8.4.18",
"tailwind-scrollbar": "^2.1.0-preview.0",
"tailwindcss": "^3.1.8"
}
}Home Screen
Saved Screen
Trending Screen
Crypto Details View
About Us Screen




