Skip to content

JasonRobnson/clickgame2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProPublica Scrapper Build Status npm PRs Welcome GitHub license

This app uses React.js front-end framework to render content using JSX. This content is rerendered with each change of state.

Problem solved

  1. Isolation of web component dutys.
  2. Handling data, and rerendering of page when state changes.

Deployed Site

alt text Deployed App

Tools

  • React.js
  • Heroku
  • GitHub
  • DocToc (Table of Contents)
  • Materialize

Table of Contents generated with DocToc

Folder Structure

After creation, your project should look like this:

my-app/
  README.md
  node_modules/
  package.json
  public/
    index.html
    favicon.ico
  src/
    App.css
    App.js
    App.test.js
    index.css
    index.js
    logo.svg

commands

  • nodemon server.js || node server.js: will get the app up and running after all dependencies are installed.

Database

MongoDB is used as the database for this project.

About

React Click Game Homework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published