Skip to content

Latest commit

 

History

History
executable file
·
28 lines (24 loc) · 1006 Bytes

README.md

File metadata and controls

executable file
·
28 lines (24 loc) · 1006 Bytes

Music Club Website

Mentors

  • Devansh Manu
  • Tanvi Karandikar
  • Harshika Jain
  • Yash Bhansali

How to setup

  • Clone this repo
  • 
      cd music_club_website_base_template/
      npm install
      npm start 
      
  • Both react-bootstrap and bootstrap have been installed

Conventions

  • To add a component please make an independent folder inside the directory src/components. Name the folder same as the components and add the JS and CSS files required for the component inside the folder.
  • Keep all the images in public/images and not within components
  • Dont put --save flag while installing a package with npm that has been deprecated
  • All components JS and CSS should follow Pascal case so should the function or class name of the component
  • Any variables used inside the component should follow camel case
  • Any CSS class should be snake-case but with an hypen instead of an underscore