Skip to content

This web app has ability to track the information of crypto currencies

Notifications You must be signed in to change notification settings

Megh2005/Quest1-Shepherd

Repository files navigation

De-Crypto : Track It Easy

Overview

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

Installation

Clone This Repository

git clone https://github.com/Megh2005/Quest1-Shepherd.git

Navigate To The Code File

cd Chatopedia

Install All Dependencies

npm install

Open With Code

code .

Run The Project

npm run dev

Project URL

http://localhost:3000

Frontend Tech Stack

My Skills   My Skills   My Skills   My Skills   My Skills   My Skills   My Skills   My Skills  

Contribution

Contributions 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.git

Create New Branch

git checkout -b feature/your-feature

Commit Your Changes

git commit -m "Add your feature"

Push To The Branch

git push origin feature/your-feature

Submit a pull request

git pull-request [username] [branch]

package.json File

{
  "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"
  }
}

Enjoy Demo Here

Vercel   Netlify  

Demo Images

Home Screen

Home Screen

Saved Screen

Saved Screen

Trending Screen

Trending Screen

Crypto Details View

Detailed View

About Us Screen

About Us

About

This web app has ability to track the information of crypto currencies

Topics

Resources

Stars

Watchers

Forks