Skip to content

codefellows-seattle-javascript-401d16/class-37-39-sluggram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

401 JS -- Lab 37 auth

Submission Instructions

  • Work in a fork of this repository
  • Work in a branch on your fork
  • Write all of your code in a directory named lab- + <your name> e.g. lab-duncan
  • Submit a pull request to this repository
  • Submit a link to your pull request on canvas
  • Submit a question, observation, and how long you spent on canvas

Requirements

backend setup

  • clone down sluggram on you your computer
  • or use your week 5 project

Configuration

frontend/
  • README.md -- with a documention about your lab
  • .babelrc -- with all dependencies and dev-dependencies
  • .eslintrc -- with the class .eslintrc file
  • .gitignore -- with a robust gitignore
  • .eslintignore -- with the class .eslintignore
  • yarn.lock -- with the yarn lockfile
  • package.json -- with all dependencies and dev-dependencies
  • webpack.config.js -- with webpack config
  • src/ -- containing the front end code
  • src/main.js -- renders the app
  • src/style -- containing your sass
  • src/style/main.scss -- for importing and including reset and base
  • src/style/_vars.scss -- sass variables
  • src/style/_reset.scss -- sass reset
  • src/style/_base.scss -- base styles
  • src/style/_layout.scss -- layout styles

Feature Tasks

  • Create a frontend that follows react redux best pratices
  • Create a landing page that enables a user to singup or login
  • Redirect the user to the dashboard page on signup or login
  • Store the users token in a cookie or localstorage on sign in

Test

  • Test your redux reducers
  • Test your util methods

Bonus 2pts

  • Create full crud for two resources

Documentation

Write a description of the project in your README.md

About

class-37-39-sluggram

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published