Fetch the data using axios and render a list https://jsonplaceholder.typicode.com/posts
- The list will be a list of cards
- Clicking on each card will route to the post's details
- Implement using TypeScript
- Implement Redux (optional)
- Implement basic styling