- Devansh Manu
- Tanvi Karandikar
- Harshika Jain
- Yash Bhansali
- Clone this repo
- Both react-bootstrap and bootstrap have been installed
cd music_club_website_base_template/
npm install
npm start
- 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