In this app you can see all post with your image, tags, description, and autor, you can also search post for tag.
Post-search is create with React, Redux for global state, and dummyapi API for data.
You can't delete post, create post, and see details post.
You will need node and npm installed globally on your machine.
In the project folder use code:
npm install
In the project folder use code:
npm run start
In your browser visit the next URL:
http://localhost:3005/
MIT.