Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (29 loc) · 1.19 KB

Event-Website

A functional, aesthetically pleasing website design template for a event/festival

1. Rules

  • Employ transparent and significant nomenclature for variables, functions, classes, and so forth.
  • Maintain consistent vocabulary for identical types of variables, functions, or classes.
  • Adhere to the camelCase naming convention for variables, functions, and methods.
  • Conform to the PascalCase naming convention for classes and interfaces.
  • Utilize comments to elucidate the logic implemented in functions and classes.
  • Leverage components to enhance the readability and maintainability of the code.
  • use yarn for installing dependencies

2. to run the project

  • fork the project
  • clone the project
yarn
yarn dev

for husky not set as executable run this command

chmod ug+x .husky/*

3. Resources

3.1. React

3.2. Tailwind CSS

Please make the UI Mobile Responsive also, Use appropriate units so overflow doesn't occur