Kwetter
Kwetter copied to clipboard
Feature: Search Kweets
Description
As a User, I'd like to search for Kweets, in order to find the Kweet I am searching for.
Acceptance Criteria
Reference: Done-Done Checklist
- [ ] Should be able to search for a Kweet.
Also, here are a few points that need to be addressed:
- Constraint 1: The search cannot exceed more than 140 characters and be less than 4 characters.
Tasks
- [ ] KweetService
- [ ] Tests
- [ ] SearchComponent
- [ ] Tests