Skip to content

Shanki200801/LoyolaWebsite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Loyola Website

Basic guidelines to be followed:

  • Follow components, sub-components based coding. Do not have the entire component in 1 file.
  • You can add a separate file in the pages folder to test your components.
  • Do not use raw CSS. Instead use Tailwind CSS, which is installed and you can use along with TailwindUI and DaisyUI.
  • To get the project on your PC, clone this repository and then run npm install to install all the dependencies (make sure you have node and npm though).
  • the use npm run dev and the project will be hosted in localhost:3000
  • Follow the color scheme and design present in the Figma link and guidelines. Do not deviate too much from it.
  • Plenty of documentation and tutorials available on the internet, so make use of them.
  • All images and videos (if needed) can be put into either the /assets or the /public folder (whatever is convenient) .
  • Add the following
    //-------------------------------
    
    to separate large groups of code into sections. Also add a small description of what you are trying to do in that section

Recommended VSCode plugins

  • Tailwind CSS IntelliSense
  • ES7+ React/Redux/React-Native snippets
  • Prettier - Code formatter

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published