Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ALOK9442 authored Jan 14, 2024
1 parent 98923b5 commit a2f09a7
Showing 1 changed file with 75 additions and 4 deletions.
79 changes: 75 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,79 @@
# React + Vite
# CryptBee

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.
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](https://github.com/anshumannandan/cryptBEE).

Currently, two official plugins are available:
## Libraries used

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh
- [Redux-toolkit](https://redux-toolkit.js.org/) - A provider-based state management library for Reactjs.
- [React-router-dom](https://reactrouter.com/en/main) - A routing library for react with support of dynamic-routing.
- [Firebase Dynamic Linking](https://firebase.google.com/docs/dynamic-links) - A tool used for email verification.

## 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

<p align="center">
<img src="https://i.imgur.com/1RbcPs7.gif" width="200" />
</p>

<p align="center">
<img src="https://i.imgur.com/eLGO8Rt.png" width="150" />
<img src="https://i.imgur.com/ruBacC4.png" width="150" />
<img src="https://i.imgur.com/3DO7yGB.png" width="150" />
<img src="https://i.imgur.com/8h2D4r4.png" width="150" />
<img src="https://i.imgur.com/16XdyB5.png" width="150" />

</p>
<p align="center">
<img src="https://i.imgur.com/iYDbHY1.png" width="150" />
<img src="https://i.imgur.com/WVzYnEQ.png" width="150" />
<img src="https://i.imgur.com/FoY9DU6.png" width="150" />
<img src="https://i.imgur.com/g5FQa1m.png" width="150" />
<img src="https://i.imgur.com/Gs4qxBZ.png" width="150" />
</p>

## 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](https://nodejs.org/en/learn/getting-started/how-to-install-nodejs) to install it.

1. Clone the repository:

```CMD
git clone https://github.com/ALOK9442/cryptbeeWeb.git
```

2. Navigate to the project directory:

```CMD
cd cryptbeeWeb
```

3. Install the dependencies:

```CMD
npm install
```

4. Run the website on localhost:

```CMD
npm run dev
```

## Backend Contributor

[Anshuman Nandan](https://github.com/anshumannandan) - 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.

0 comments on commit a2f09a7

Please sign in to comment.