Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/glrodasz/cero

Cero to Production app in JavaScript
https://github.com/glrodasz/cero

hacktoberfest javascript

Last synced: about 2 months ago
JSON representation

Cero to Production app in JavaScript

Awesome Lists containing this project

README

        

# 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](https://glrz.me/stream).

## 1. Components library
The `@glrodasz/components` library is our UI kit developed for this project.
* [Storybook docs](https://cero-components.vercel.app)
* [NPM package](https://www.npmjs.com/package/@glrodasz/components)
* [GitHub repository](https://github.com/glrodasz/cero-components)

## 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.
* [GitHub repository](https://github.com/glrodasz/cero-web)
## 3. API Project
The api project is the backend part of our application. It's made in Node.js through Hapi.js.
* [GitHub repository](https://github.com/glrodasz/cero-api)

## 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.