HackAtUCI / zothacks-frontend-startercode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Frontend Starter Pack

This repository contains starter code for a basic HTML/CSS/Javascript website.

Intro

The frontend of a website boils down to 3 components: the structure of the site (HTML), how the site looks (CSS), and how the site functions (Javascript/JS). In this demo, we'll be using pure HTML/CSS/Javascript. It is a compilation of HTML, CSS, JS starting ideas and concepts that you can use for your ZotHacks project or whatever project you want.

Installation

  • No installation is needed! Just drag the HTML file into your browser.
  • If you use VSCode, there is a great extension that makes developing frontend apps much easier. Any change you make will be directly reflected in the website instead of you having to drag the HTML file into your browser again.

Resources

If you've never built a website before, here are a few resources to get you started.

If you're feeling more advanced, here are some other resourses to expand your front end knowledge,

  • Bootstrap - CSS library that containing preset styles
  • SASS/SCSS - CSS scripting framework that can potentially give you a more intuitive view on CSS (nested CSS)
  • Flexbox - Allow you to structure and space out your elements in pure CSS. You can see this in action when you are using the display: flex; styling in your container element.
  • React - A JavaScript framework that allows you to build your website using the idea of components.

About


Languages

Language:HTML 72.4%Language:CSS 21.4%Language:JavaScript 6.2%