Skip to content

Commit

Permalink
Merge pull request #34 from btb-finance/ShahbazBaloch515-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
iownducks authored Dec 8, 2024
2 parents 168a786 + d07e40d commit e6fde51
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 🚀 BTB Frontend V1
# BTB Frontend V1

<div align="center">

Expand All @@ -9,80 +9,80 @@
[![Instagram](https://img.shields.io/badge/Instagram-@btb__finance-purple)](https://instagram.com/btb_finance)

<p align="center">
<img src="assets/logo.png" alt="BTB Finance Logo" width="200"/>
<img src="https://raw.githubusercontent.com/btb-finance/BTBFrontend/refs/heads/master/public/btb.png" alt="BTB Finance Logo" width="200"/>
</p>

</div>

## 📋 Description
## Description

BTB (Better Than Before) is a cutting-edge financial platform that revolutionizes how you interact with financial markets. Built with modern web technologies, it provides a seamless and intuitive user experience for all your financial needs.

## Features
## Features

- 📱 **Responsive Design** - Perfect experience on any device
- 🎨 **Modern UI/UX** - Sleek and intuitive interface
- 🌐 **Cross-browser Compatibility** - Works on all modern browsers
- 📊 **Financial Data Visualization** - Clear and interactive charts
- **Real-time Updates** - Stay current with market movements
- **Responsive Design** - Perfect experience on any device
- **Modern UI/UX** - Sleek and intuitive interface
- **Cross-browser Compatibility** - Works on all modern browsers
- **Financial Data Visualization** - Clear and interactive charts
- **Real-time Updates** - Stay current with market movements

## 🛠️ Technologies Used
## Technologies Used

- ![React](https://img.shields.io/badge/React-20232A?style=for-the-badge&logo=react&logoColor=61DAFB)
- ![JavaScript](https://img.shields.io/badge/JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black)
- ![HTML5](https://img.shields.io/badge/HTML5-E34F26?style=for-the-badge&logo=html5&logoColor=white)
- ![CSS3](https://img.shields.io/badge/CSS3-1572B6?style=for-the-badge&logo=css3&logoColor=white)
- ![Material-UI](https://img.shields.io/badge/Material--UI-0081CB?style=for-the-badge&logo=material-ui&logoColor=white)

## 📦 Prerequisites
## Prerequisites

- Node.js (v14 or higher)
- npm or yarn package manager

## 🚀 Quick Start
## Quick Start

1️⃣ **Clone the repository**
1. **Clone the repository**
```bash
git clone [your-repository-url]
git clone https://github.com/btb-finance/BTBFrontend.git
cd BTBFrontendV1
```

2️⃣ **Install dependencies**
2. **Install dependencies**
```bash
npm install
# or
yarn install
```

3️⃣ **Start the development server**
3. **Start the development server**
```bash
npm start
# or
yarn start
```

## 📁 Project Structure
## Project Structure

```
BTBFrontendV1/
├── 📂 src/ # Source files
├── 📂 public/ # Static files
├── 📂 components/ # React components
├── 📂 assets/ # Images, fonts, etc.
└── 📂 styles/ # CSS/SCSS files
├── src/ # Source files
├── public/ # Static files
├── components/ # React components
├── assets/ # Images, fonts, etc.
└── styles/ # CSS/SCSS files
```

## 🤝 Contributing
## Contributing

We love your input! We want to make contributing to BTB Frontend as easy and transparent as possible. Here's how you can help:

1. 🍴 Fork the repository
2. 🌱 Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. 💬 Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. 📌 Push to the branch (`git push origin feature/AmazingFeature`)
5. 🔍 Open a Pull Request
1. Fork the repository
2. Create your feature branch (`git checkout -b feature/AmazingFeature`)
3. Commit your changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request

## 📱 Connect With Us
## Connect With Us

<div align="center">

Expand All @@ -92,7 +92,7 @@ We love your input! We want to make contributing to BTB Frontend as easy and tra

</div>

## 📄 License
## License

MIT License • [View License](LICENSE)

Expand All @@ -101,7 +101,7 @@ MIT License • [View License](LICENSE)
---

<p>
<sub>Built with ❤️ by BTB Finance Team</sub>
<sub>Built with by BTB Finance Team</sub>
</p>

</div>

0 comments on commit e6fde51

Please sign in to comment.