Giter Site home page Giter Site logo

codelouisville / framework-class-project Goto Github PK

View Code? Open in Web Editor NEW

This project forked from chris-burgin/framework-class-project

15.0 14.0 11.0 261 KB

This is the proposed class project for the Fall 2018 Code Louisville React course.

HTML 24.56% JavaScript 74.47% CSS 0.97%

framework-class-project's Introduction

Week 1

Installing Node

https://nodejs.org/en/

What is Node?

Node.js® is a JavaScript runtime built on Chrome's V8 JavaScript engine.

Clone and Install

  1. git clone https://github.com/CodeLouisville/framework-class-project.git
  2. cd framework-class-project
  3. npm install

Starting The Project

npm start

What Is React

https://reactjs.org/

Development Setup

  1. Install StandardJS: https://marketplace.visualstudio.com/items?itemName=chenxsan.vscode-standardjs

1a. If you dont have VSCode, you can use the instructions for your editor here https://standardjs.com/

Hello World Example

Project Layout

node_modules/
public/
src/
  App.js
  index.css
  index.js
  registerServiceWorker.js
package.json
README.md

Index.js

This is what "mounts our React application to the DOM. It uses an ID, #root on an element that you can find in public/index.html.

App.js

This is the "component" that gets mounted inside of index.js. This is going to be our entrypoint for our application that everything else will extend off of.

JSX

React does not use standard HTML, it uses something called JSX. It may seem a bit weird at first, but you will get the hang of it quickly.

https://reactjs.org/docs/introducing-jsx.html

Make it say "Hi"

.... in class

framework-class-project's People

Contributors

dvontrec avatar chris-burgin avatar easyasabc123 avatar bluerman avatar

Stargazers

Bryan Wills avatar Kira Hartlage avatar Rudi Schenck avatar April avatar Adam Deye avatar  avatar Chris Davis avatar Chris Bradley avatar Erica Holland avatar Elizabeth Hahn avatar Kyle Brewer avatar Chet Gray avatar Tani Robinson avatar Jesse McKenzie avatar Robert Glover avatar

Watchers

Bryan Wills avatar James Cloos avatar  avatar Rider Rodriguez avatar Ryan Hartlage avatar  avatar  avatar  avatar Keith avatar  avatar Chris Bradley avatar Gail Faustyn avatar Jesse McKenzie avatar Anna Littlefield avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.