- 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
FileReaderAPI to preview files
- clone sluggram-backend
README.md.babelrc.gitignorepackage.jsonwebpack.config.jssrc/**src/main.jssrc/stylesrc/style/main.scsssrc/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
utilmethods
