Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/glrodasz/cero
- Owner: glrodasz
- Created: 2020-08-16T12:21:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-26T08:30:57.000Z (over 1 year ago)
- Last Synced: 2023-08-11T20:43:24.995Z (over 1 year ago)
- Topics: hacktoberfest, javascript
- Homepage: https://glrz.me/youtube-cero
- Size: 749 KB
- Stars: 60
- Watchers: 9
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.