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.
- Redux-toolkit - A provider-based state management library for Reactjs.
- React-router-dom - A routing library for react with support of dynamic-routing.
- Firebase Dynamic Linking - A tool used for email verification.
- 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
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.
- Clone the repository:
git clone https://github.com/ALOK9442/cryptbeeWeb.git
- Navigate to the project directory:
cd cryptbeeWeb
- Install the dependencies:
npm install
- Run the website on localhost:
npm run dev
Anshuman Nandan - Contributed to the backend part of the app.
We welcome contributions to CryptBee! Whether it's fixing bugs, improving performance, or adding new features, every contribution helps make CryptBee a better website.