TeleBuzzed is a React-based web application that serves as a comprehensive directory for Telegram bots, channels, and groups. Designed to help users easily discover and connect with various Telegram resources, TeleBuzzed provides an intuitive interface and seamless navigation.
- Search Functionality: Quickly find bots, channels, and groups by keywords.
- User-Friendly Interface: Built with React and DaisyUI for a modern look and feel.
- Responsive Design: Optimized for both desktop and mobile devices.
- Community-Driven: Contribute to the directory by adding your own Telegram resources.
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/TerminalWarlord/TeleBuzzed-Frontend.git
-
Navigate to the project directory:
cd TeleBuzzed-Frontend
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and go to
http://localhost:5173/
.
We welcome contributions! To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/YourFeature
). - Make your changes and commit them (
git commit -m 'Add some feature'
). - Push to the branch (
git push origin feature/YourFeature
). - Open a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- React - JavaScript library for building user interfaces.
- DaisyUI - Tailwind CSS components.
- Telegram - Messaging app that allows bots, channels, and groups.
For any inquiries or support, feel free to reach out to me at [email protected].
Thank you for checking out TeleBuzzed!