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.
Click image to view youtube video
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)
- Route as the source of truth?