/mlsctiet-1

The new website for Microsoft Learn Student Chapter,TIET

Primary LanguageJavaScript

Guidelines

Steps for Contribution

  1. Fork this repository and clone it on your local machine.
  2. Use npm i to install all the dependencies.
  3. The folders for all the pages are in the src/Pages directory inside .
  4. Create 3 folders namely Components, Style, Assets in your respective assigned page directory.
  5. Use module format of css.
styles.modules.css
  1. DO NOT USE ANY CSS LIBRARY OR FRAMEWORK IN YOUR CODE
  2. Clean your code by removing redundant code before making PR.