vkassingh / clever-crypto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🦊 Clever Crypto

Clever Crypto helps you track the latest Crypto/ Bitcoin prices πŸ’² with the help of Chart.


πŸ“” Table of Contents

🌟 About the Project

πŸ“· Screenshots

πŸ‘Ύ Tech Stack

Client
Server
Database
Other Javascript Libraries

🎯 Features

  • Fetches live Crytpo/ Bitcoin prices from WazirX API.
  • Visualisation of prices with the help of Charts.
  • Dark mode feature
  • Secure Signup and Login with hashing and Json Web Tokens.
  • Cookies for better user experience.

πŸ”‘ Environment Variables

To run this project, you will need to add the following environment variables to your .env file

MONGO_CONNECTION_STRING

πŸƒ Run Locally

Clone the project

  git clone https://github.com/vkassingh/clever-crypto.git

Go to the project directory

  cd clever-crypto

Install dependencies

  npm install

Start the server

 nodemon

🧭 Roadmap

  • Add Visualisation with Chart.js
  • Add Sign and Login Functionality
  • Add Cookies for better UX.
  • Add Session Support

About


Languages

Language:EJS 51.4%Language:JavaScript 48.6%