- News Website displaying different articles based on categories selected, can search through using the search bar for articles in a particular category
- async/await to fetch in the news articles
- React
- Jest
- Enzyme
- 100% test coverage for all Components (snapshot UI test, async/await test, event simulation, changes in state)
git clone
- Run
npm start
- http://localhost:3000 to run in your browser