alvinvoo / smults

Multi Tags Search web application for steemit.com

Home Page:https://smults-search.appspot.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Smults or (a.k.a Steem MULti Tags Search)

steemit.com allows searches by using only ONE tag while busy.org searches by single user's name. This is inconvenient for those who need to look for more specific posts. Smults allows for multiple tags search, the ability to mark first tag as category, and the ability to filter by author.

Introduction

Click image to view youtube video
Smults Intro video

Getting Started

For development:

> git clone https://github.com/Alvin-Voo/smults.git
> yarn
> yarn run dev or yarn run next

For production:

> yarn run next_build
> yarn run next_start or yarn start

For testing:

> yarn test (for overall testing) 
> yarn test --verbose --coverage (to print out each test cases and coverage report)

RoadMap

  1. Route as the source of truth?

About

Multi Tags Search web application for steemit.com

https://smults-search.appspot.com


Languages

Language:JavaScript 98.3%Language:CSS 1.7%