Skip to content
This repository has been archived by the owner on Nov 11, 2023. It is now read-only.

breadberry-prime/rapidcoder-frontend

Repository files navigation

Rapidcoder - Initial Prototype

Notice: This repository was initially created as a prototype or first demo (MVP) for Rapidcoder. It no longer contains the project's main functionalities, as they have been moved to a different location. This repository is kept for historical reference and is not actively maintained.

Introduction

Rapidcoder's initial prototype was a foundational step in our development journey. It serves as a snapshot of our early ideas and attempts, useful for understanding the project's evolution.


Historical Code Guidelines ✨

This section outlines the coding conventions and commands used during the early phase of Rapidcoder. They are provided for reference only.

CleanShot 2023-11-11 at 07 47 13@2x

Code Conventions

  • File naming: filename.type.ts (e.g., hello-world.component.ts)
  • Class naming: PascalCase (e.g., ExampleClass)
  • Function naming: KebabCase (e.g., exampleFunction)
  • Variable naming: KebabCase (e.g., exampleVariable)
  • Enum naming: SnakeCase (e.g., EXAMPLE_VARIABLE)
  • Avoid comments in code; refactor if necessary
  • Refrain from including inappropriate language

Development Commands 🪁

  • npm run start: Launches a dev server.
  • ng generate component component-name: For generating new components.
  • ng build: Builds the project.
  • ng test: Executes unit tests via Karma.

Further help


Note: The information above is for archival purposes and does not reflect current development practices or active maintenance.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published