Skip to content

Instantly share code, notes, and snippets.

@mell0kat
Forked from intersim/review-week-projects.md
Last active December 15, 2016 15:32
Show Gist options
  • Save mell0kat/078c34e448eebde3b4da7e3348b37dcc to your computer and use it in GitHub Desktop.
Save mell0kat/078c34e448eebde3b4da7e3348b37dcc to your computer and use it in GitHub Desktop.
Things To Do During Review Ramp-up Week

Things To Do During Review and Ramp-Up Week

1. Build a porfolio website

Example porfolio sites built by past Fullstack and Grace Hopper students:

Other resources:

2. Redo older workshops with newer technologies (esp. React/Redux):

Some suggested workshops:

  • Wikistack (add React/Redux)
  • Tripplanner (add React/Redux)
  • Twitter.sql (add Sequelize and/or React/Redux)

When adding React/Redux:

Make sure you've npm installed the following technologies:

  • Babel: babel, babel-core, babel-loader, babel-preset-es2015, babel-preset-react
  • React: react, react-dom, react-redux, react-router (for Trip Planner, you may want to use react-google-maps; or, if you want a challenge, you can write your own Google maps component)
  • Redux: redux, redux-logger, redux-thunk
  • And webpack

To set up your webpack.config.js file, you may wish to refer to the config file for the Juke Part 5 solution. You will also want to update your start script in your package.json.

Not sure where to start?

When adding Sequelize to Twitter.sql:

You may want to refer to the Wikistack solution when setting up a connection to your database.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment