Skip to content
This repository has been archived by the owner on Oct 14, 2021. It is now read-only.
/ Bits-Please Public archive

An ecommerce’s website for our self-made content creation company.

Notifications You must be signed in to change notification settings

IMY320-2021/Bits-Please

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Bits-Please

An ecommerce’s website for our self-made content creation company.

Link to hosted website

https://imy320-2021.github.io/Bits-Please/

Code Style Guide

File Naming

For all files and classes, use PascalCase.

FileName.js

Folder Structure

├ src
├── components
├──── ComponentName     // Separate folder for each component
├────── Component.css
├────── Component.js
├── pages
├──── PageName          // Separate folder for each apge
├────── Page.css
├────── Page.js
├ App.css
├ App.js
├ index.css
├ index.js

Branching Strategy

├ main
├── develop
├──── develop_feature/feature-name

About

An ecommerce’s website for our self-made content creation company.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •