TranslationApp main image

Translation App

API App React

The general idea

React exercise which mimics Google Translate. Uses the Yandex Translation API.

Let's practice React

No better way to practice a framework like React than creating some project with a clear goal. With this exercise, I wanted to practice the fundamentals of React, using Axios for dealing with the API calls along the way. I had a first try at using styled components as well.

TranslationApp screen shots

It proved to be a good way of getting more familiar with thinking in state and how to properly insert data from the API into the app. I enjoyed the experience, developing in React is really fun.