Skip to content

OSDG-IIITH/music-club-website

Repository files navigation

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

About

Code-base for the music club website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published