Skip to content

lern-edu/lern-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lern Logo

Lern - Soluções Educacionais

Tech Stack:

Languages

  • ES6 Javascript (.js)
  • React Javascript (.jsx)

_Styleguides: [Airbnb](https://github.com/airbnb/javascript)_
_Linter: JSCS_

System Views

  • Admin
  • School
  • Teacher
  • Student

Convention Highlights

  • Global names should be namespace prefixed
  • Global names should be PascalCased
  • Instance and variables should be camelCased
  • Logic should be divided by the four sytem views
  • Only top level view should fetch data
  • Route name should match top level component name
  • File name should match component name

Reference