/LandingPage

Let's create a landing page for Cascading Coders! Perfect for Hacktoberfest 2019!

Primary LanguageHTML

Welcome to Cascading Coder's Landing Page

The goal is to get experience with Open Source and have fun with React while creating a fun and interactive page that will launch live with the cascadingcoders.com domain for Hacktoberfest!

The finer details....

In the project directory, run:

npm install

  • This will install dependencies, and important to do as we update master

npm start

  • Runs the app in the development mode.
    Open http://localhost:3000 to view it in the browser.

  • The page will reload if you make edits.
    You will also see any lint errors in the console.

This project was bootstrapped with Create React App.

Contributing Guidelines

  • Create separate components in their own files inside /components - where it makes sense
  • Create separate .css stylesheets and import them in their components
  • When creating branches - be specific and use camelCase (components should always have first letter capitalized) : ex) fixHeaderNav or HeaderNavFix would be acceptable, with Header being a component
  • Do comment
  • Have fun - and use as much React as possible!

Style Guidelines

Project uses Bulma CSS Framework

Let's stick with these colors:

Colors:

  • #00CCE9
  • #0CA4ED
  • #215EF5
  • #302BFA
  • #390CFE
  • #3D00FF
  • #005B97
  • #1241B5

Tones:

  • Offwhite color (example is text, not background) : #EEEEEE
  • Offblack: #222423

FAQ

How do I make a PR (pull request)?

How do I keep my fork up-to-date?