Skip to content

Latest commit

 

History

History
79 lines (56 loc) · 2.41 KB

README.md

File metadata and controls

79 lines (56 loc) · 2.41 KB

React + Vite

CryptBee

CryptBee is a trading crypto website made using ReactJs for the frontend and Django for the backend. This repository contains the code for the frontend part of the website. The backend repository can be found here.

Libraries used

Features

  • Email and Phone verification
  • Two-Factor Authentication (Enable/Disable)
  • WebSockets
  • WebScrapped News
  • Real time cryptocurrency data
  • Real time crypto NEWS
  • Buy, Sell, Transaction History
  • Profit/Loss Calculator

Screenshots

Running the Website

To run the website, you need to have NodeJs installed on your machine. If you don't have it installed, you can follow the instructions here to install it.

  1. Clone the repository:
git clone https://github.com/ALOK9442/cryptbeeWeb.git
  1. Navigate to the project directory:
cd cryptbeeWeb
  1. Install the dependencies:
npm install
  1. Run the website on localhost:
npm run dev

Backend Contributor

Anshuman Nandan - Contributed to the backend part of the app.

Contributing

We welcome contributions to CryptBee! Whether it's fixing bugs, improving performance, or adding new features, every contribution helps make CryptBee a better website.