issues
search
gopher-tunnels
/
gt-front-end
The front end of Gopher Tunnels, written in TypeScript React Native
2
stars
0
forks
source link
Create the search bar functionality
#16
Open
limetheman
opened
9 months ago
limetheman
commented
9 months ago
Reference this mockup
https://www.figma.com/file/AdXbLXen0XZNTqoozEVwgY/Gopher-Tunnels?type=design&node-id=0%3A1&mode=design&t=ibvAoyX45bOUmqIC-1
[ ] Create a searchbar component folder within the components folder
[ ] Create index.tsx and styles.ts within your component folder
[ ] Render the component inside of the home screen for now
[ ] Implement the logic for searchbar using useEffect/useState within index.tsx
[ ] Every time search bar changes, send a get request using axios
[ ] Implement the styles within styles.ts
[ ] Submit the changes made as a Pull Request and assign Victor and Liem to review