A Kata for creating an image preview tool in react.
The base project was generated with Create React App, which comes bundled with Jest. I have a sample test to show how Jest can be used.
The goal is to create an image preview tool using React Here are the requirements
- Allow a user to upload an image file
- Display the file on the screeen
If you're feeling up to it, try to TDD a solution. If you need help there should be a branch with one possible solution.