Cero to production is a project where we are building a productivity management application called "RETO" in a series of live coding sessions. The idea behind this sessions is to show all the complications and real thinking and decision making that common programmer do in daily basis with JavaScript.
The project is live streaming in Twitch.
The @glrodasz/components
library is our UI kit developed for this project.
The web project is the frontend part of our application. It uses the @glrodasz/components
library as a depency using React through Next.js.
The api project is the backend part of our application. It's made in Node.js through Hapi.js.
We will use React Native for the mobile version but we would need to update our components library to support both environments web and native.