Example porfolio sites built by past Fullstack and Grace Hopper students:
Other resources:
- 15 Web Developer Portfolios to Inspire You
- I Reviewed 50 Portfolios on Reddit and This Is What I Learned
Some suggested workshops:
- Wikistack (add React/Redux)
- Tripplanner (add React/Redux)
- Twitter.sql (add Sequelize and/or React/Redux)
Make sure you've npm install
ed 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 usereact-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
.
- You might find this article, Thinking In React, useful.
You may want to refer to the Wikistack solution when setting up a connection to your database.
Sometime during these two weeks, Joe will be live-coding a fullstack Javascript app; watch Slack for a link to that (exact date and time TBD).