This is a side project for learning how to use react testing library
npm i
- Create
.env
file - Add your REACT_APP_UNSPLASH_ACCESS_KEY
- Run
npm run start
npm run test
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
.
├── public
├── src
│ └── components # Components folder
├── .gitignore
└── README.md
- Update dev dependencies
- Split to multiple components
- Remove lodaash
- Use react context
- Improve structure of tests
- Use Nock for mocking network calls
- Run npm audit