Skip to content

Frontend Code Conventions

Ozan edited this page Oct 31, 2022 · 1 revision

Variable Naming Conventions

  • For classes and file names PascalCasing is used.
  • For variables, and methods, camelCasing is used.
  • For HTML element names kebap-casing is used.

Page Design Conventions

  • For every web page, there are two files with .js and .css extensions.
  • The file path of each page must be under the App() function in the App.js file.

Layout Conventions

  • Only one statement on a line.
  • Only one declaration on a line.

🏠 Homepage

👤 Team Members

👤 Former Team Members

📘 About Meetings

Meeting Notes From CMPE352
Meeting Notes From CMPE451

General Meetings

Team Meetings

Backend Team Meetings
Frontend Team Meetings
Mobile Team Meetings

📌 Project

Scenarios

📌 Project Artifacts

💹 Diagrams

📝 Project Plan

📝 Deliverables

🔭 Research

📌 Practice-App

❓ Responses

Clone this wiki locally