Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.22 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.22 KB

RETO: Cero to Production

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.

1. Components library

The @glrodasz/components library is our UI kit developed for this project.

2. Web 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.

3. API Project

The api project is the backend part of our application. It's made in Node.js through Hapi.js.

4. Mobile Project

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.