Skip to content

jigmetnamgyal/beats-wk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wangchuk Kinga Beats

Wangchuk Kinga beats market place. Buy Wangchuk Kinga's beats.

Notes

  • Lets stick to JS Functions for all components and pages. And use hooks instead of component lifecycle.
  • Please use camelCase for classes. Example: camelCase
  • please use a specific class for your files so that it does not clash with similar named classes on other files. Example: if you are working on a contact page, add "contact" before all your classes. No generic classes like "header", "logo".
  • Function and Classes should not be camelCase, it should be PascalCase. Meaning every words first letter is capitalized. Example: PascalCase
  • Please do not use percentages or vh (viewport-based units) for heights. Lets stick to pixels if we can.
  • In order to make our codes uniform lets stick with modules.css.
  • When building a page, pleae consider using components that can be reused on other pages as well. Like search can be reused on Homepage, jobs results page and employers page.

Color Pallete Used

  • #19252a #19252a - For the background.
  • #a0927b #a0927b - For the title.
  • #E6E6E6 #E6E6E6 - For the body text.

Fonts

  • Futura Medium : for the titles and big text.
  • Montserrat : for the body text and any small text.

To Run the app

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.