Skip to content

Commit

Permalink
Merge pull request #5 from TheGuyDangerous/dev
Browse files Browse the repository at this point in the history
Ready for a Production Release
  • Loading branch information
TheGuyDangerous authored Oct 11, 2024
2 parents 92d2082 + 5dce45d commit 9c165e7
Show file tree
Hide file tree
Showing 5 changed files with 52 additions and 12 deletions.
6 changes: 6 additions & 0 deletions .github/FUNDING.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

# These are supported funding model platforms

github: [ TheGuyDangerous]
patreon: Sannidhya
buy_me_a_coffee: sannidhyada
32 changes: 32 additions & 0 deletions .github/workflows/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Smartphone (please complete the following information):**
- Device: [e.g. Nothing Phone 2]
- OS: [e.g. Nothing OS]
- Version [e.g. Android 12]

**Additional context**
Add any other context about the problem here.
Empty file.
Empty file.
26 changes: 14 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
# Freelexity

Freelexity is an open-source answer engine built with Flutter. It leverages the power of Brave Search API and Groq API to provide users with comprehensive answers to their queries.
![Freelexity-Ghub](https://github.com/user-attachments/assets/0c144f8d-5844-41eb-b703-dadf410b36c4)

## Table of Contents

1. [Features](#features)
2. [Prerequisites](#prerequisites)
3. [Installation](#installation)
4. [API Keys](#api-keys)
5. [How It Works](#how-it-works)
6. [File Structure](#file-structure)
7. [Workflow](#workflow)
8. [License](#license)
9. [Contributing](#contributing)
10. [Contact](#contact)
### Don't forget to :star: the repo

[![GitHub stars](https://img.shields.io/github/stars/TheGuyDangerous/Freelexity.svg?style=social&label=Star)](https://github.com/TheGuyDangerous/Freelexity) ![GitHub forks](https://img.shields.io/github/forks/TheGuyDangerous/Freelexity.svg?style=social&label=Forks) ![GitHub followers](https://img.shields.io/github/followers/TheGuyDangerous.svg?style=social&label=Follow) [![Static Badge](https://img.shields.io/badge/Emoji%20Status-grey?logo=HuggingFace)](https://github.com/TheGuyDangerous/Freelexity/releases) [![Android CI](https://github.com/TheGuyDangerous/Freelexity/actions/workflows/build_and_release.yml/badge.svg)](https://github.com/TheGuyDangerous/Freelexity/actions/workflows/build_and_release.yml) [![Release](https://img.shields.io/github/v/release/TheGuyDangerous/Freelexity?include_prereleases)](https://github.com/TheGuyDangerous/Freelexity/releases/latest) [![Made with Flutter](https://img.shields.io/badge/Made%20with-flutter-61DAFB.svg)](https://flutter.dev/)

# Download
| Download the app | Badges |
| ------- | ------------------ |
| Google Play | ![Google Play](https://img.shields.io/badge/Google%20Play-Coming%20Soon-green?logo=GooglePlay&logoColor=%239fd900) |
| Preview | ![Preview](https://img.shields.io/badge/Preview-Released-green?logo=Android&logoColor=%239fd900&label=Preview) |
| Beta | ![Beta](https://img.shields.io/badge/Beta-Released-green?logo=Android&logoColor=%239fd900) |
| Stable | ![Stable](https://img.shields.io/badge/Stable-Released-green?logo=Android&logoColor=%239fd900) |
| GitHub | ![Static Badge](https://img.shields.io/badge/GitHub-Released-green?logo=GitHub&logoColor=%239fd900) |
| F-Droid | ![F-Droid](https://img.shields.io/badge/FDroid-Coming%20Soon-green?logo=F-Droid&logoColor=%239fd900&label=F-Droid) |

## Features

Expand Down

0 comments on commit 9c165e7

Please sign in to comment.