- continue working on the fork you created from lab 32
- open a new branch for today's assignment
- upon completion, create a new pull request in github
- submit a link to your PR in canvas
- students will be able to upload images (and other assets) on the client side
- students will be able to use the
FileReader
API to preview files
- clone sluggram-backend
README.md
.babelrc
.gitignore
package.json
webpack.config.js
src/**
src/main.js
src/style
src/style/main.scss
src/style/lib
_vars.scss
src/style/base
_base.scss
_reset.scss
src/style/layout
_header.scss
_footer.scss
_content.scss
- create a
SettingsContainer
- give the user the ability to create and update their profile
- optional: create a
DashboardContainer
- give the user the ability to create, read, update and delete photos as part of their photo gallery
- test your redux reducers
- test your
util
methods