Skip to content

angaaruriakhil/_charlie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

charlie (insert name of platform here)

The charlie platform allows coaches at nology to track student's projects by providing reviews for their project submissions throughout the course.

Bootstrap

We will be using the grid layout system from BootStrap.

Naming Folders & Files

In order to ensure compatiably between Unix and Windows operating systems it's important that we name all our files and folders in lowercase. For example, we would name a component nav.jsx as opposed to Nav.jsx.

image

File Structure

All components should be that belong to one page should be created within the pages folder. Child components should be nested within the folder of their parent. For example, if navlink was a child component of register the file structure would look like this. Remeber that test files should have .spec.js as the file extention.

Note

All components that are shared between pages should be contained within the shared folder as opposed to pages

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.2%
  • SCSS 16.1%
  • Java 11.9%
  • Other 1.8%