More Premium Hugo Themes Premium React Themes

Cero Components

Component library for Cero a Producción Project

Cero Components

Component library for Cero a Producción Project

Author Avatar Theme by glrodasz
Github Stars Github Stars: 52
Last Commit Last Commit: Apr 8, 2023 -
First Commit Created: Jan 5, 2024 -
Cero Components screenshot

Overview

Cero Components is a project of live coding sessions where a productivity management app called RETO is developed from scratch to production. The objective of these sessions is to provide an authentic developer experience by delving into the daily decisions and challenges faced by programmers using JavaScript and other relevant tools. Participants can expect to observe failed tests, code refactoring, and the utilization of search engines like Google and StackOverflow.

Features

  • Live coding sessions where a productivity management app is developed
  • Authentic developer experience with real-life programming decisions
  • Utilization of JavaScript and relevant tools
  • Observing failed tests and code refactoring
  • Challenges of naming variables and functions

Installation

Here is a guide to installing the Cero Components theme:

  1. Installation

Using NPM:

$ npm install react react-dom

Using Yarn:

$ yarn add react react-dom
  1. Using the library

Import component:

import { ComponentName } from 'cero-components';

Use component:

<ComponentName prop1={value1} prop2={value2} />

Summary

Cero Components is a project of live coding sessions where a productivity management app is developed using JavaScript and other relevant tools. Participants can expect an authentic developer experience as they observe failed tests, code refactoring, and the utilization of search engines. The Cero Components theme can be installed by following the provided guide.