An open API service indexing awesome lists of open source software.

https://github.com/saransh-cpp/memetastic

Search and share memes anywhere and anytime! (Winner project of the Elastic hackathon)
https://github.com/saransh-cpp/memetastic

api dart elastic elasticsearch flutter kibana memes

Last synced: about 1 month ago
JSON representation

Search and share memes anywhere and anytime! (Winner project of the Elastic hackathon)

Awesome Lists containing this project

README

          

# MemeTastic

Summon and search Reddit memes anywhere and anytime!

Frontend for Elasticsearch X Code for Cause Hackathon. (Winner for the hackthon - [devpost project](https://devpost.com/software/memetastic))

## How it works

- Backend working on `GitHub Actions` [here](https://github.com/Saransh-cpp/MemeTastic-backend) which is actually responsible for ingesting data into `elasticsearch`.

- The app pulls latest memes from my `elasticsearch` server hosted on cloud and displays them.

- It also utilises the search capabilities using `ngrams` analyzer to search for any meme.

- You can also share the memes;).

![Google Pixel 4 Presentation](https://user-images.githubusercontent.com/74055102/119472328-c76ca780-bd67-11eb-81a3-7a38665c2920.png)
![Google Pixel 4 Presentation (1)](https://user-images.githubusercontent.com/74055102/119472348-ca679800-bd67-11eb-8ecb-25e8bc02020a.png)
![Google Pixel 4 Presentation (2)](https://user-images.githubusercontent.com/74055102/119472411-d94e4a80-bd67-11eb-9a2a-b4c8ccdf632b.png)

## Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

- [Lab: Write your first Flutter app](https://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)

For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.