SearchGif
Links
Tech Stack
React and CSS, utilising Giphy API to fetch gifs data. Unit and integrated testing using Jest and React testing library
Learning for this project
I learnt to write frontend test with RTL and Jest! I enjoyed writing the test and planning what to test. Given that the only user flow is searching for a gif, a fetch call to the endpoint - I decided it was best to test this process i.e mock the fetch with mock json data and see if the test passes.
Deployment process
Project is deployed with Netlify.