Skip to content

codefellows-javascript-401d17/33-photo_uploads

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

cf 33: Photo Uploads

Submission Instructions

  • 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

Learning Objectives

  • 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

Requirements

Configuration

backend

frontend
  • 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

Feature Tasks

  • 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

  • test your redux reducers
  • test your util methods

About

Lab 33 - Photo Uploads

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published