Yoona.ai
Fashion in Just Three Clicks.
Yoona.ai is a pioneering B2B company for process automation in fashion design through artificial intelligence. We accompanied their team from shaping the concept for their product until the launch of their MVP. Therefore we took the lead in designing the overall user experience and developing the front end.
Links
Techstack
- react
- django
Created
- 2021
Fashion With Artificial Intelligence
For our agency Minge+Schmidt, Yoona.ai was one of our first clients. Yoona.ai's mission is to make the fashion development process more efficient with artificial intelligence. Our task was to develop a first MVP, including branding, UI and UX.
My Contribution to the Project
Together with the backend team of Yoona.ai I developed the first frontend application. For this it was important to develop a robust project structure and to use common frontend methods to communicate with the backend:
async function createCollection(){
try {
const user = JSON.parse(sessionStorage.getItem('user'))
var res = await axios.post(`/api-endpoint`,
{name: name},
{headers:
{Authorization: "JWT " + user.access}
})
res.data.images = []
dispatch({type: 'INSERT_COLLECTION', payload: res.data})
setCollectionName('')
toastSuccess()
closeModal()
} catch (err) {
toastError()
console.log(err)
}
}
Dozends of Icons
I have not only programmed the frontend, but also designed most of the icons. So if there is also need for something like this, I can help 😉