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