- fork this repository & create a new branch for your work
- write all of your code in a directory named
lab-+<your name>e.g.lab-susan - push to your repository
- submit a pull request to this repository
- submit a link to your PR in canvas
- write a question and observation on canvas
- students will be able to manage basic and bearer auth on the client side
- students will learn to manage cookies on the client side
- 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 simple front end for your cf-gram (or comparable) API
- create a landing page that enables a user to signup and signin
- redirect the user to the dashboard page on signup or signin
- store the users token in
localStorageon signin
- test your redux reducers
- optional: test your
utilmethods
