Skip to content

Frontend guidelines

Abhinav Singh edited this page Nov 20, 2019 · 1 revision

Frontend guidelines

Altcampus orbit frontend tech stack: reactjs

Color pallete

color-pallete

Learn about folder structure

Note : The folder structure may changes i.e we may include/exclude some folders/files 
as project progresses but the overall sructure will remain as presented below:

Frontend structure:

  • \client contains all the files required for frontend
    • \actions
    • \components This will have components for our web app
    • \containers
    • \reducers
    • \scss scss files for our application
    • \index.js
    • store.js

Wireframe

Clone this wiki locally