Skip to content

Commit

Permalink
Merge branch 'new-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
jayair committed Mar 15, 2018
2 parents d90baa7 + 766b3ee commit 6bf197a
Show file tree
Hide file tree
Showing 23 changed files with 2,717 additions and 1,268 deletions.
26 changes: 1 addition & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,37 +8,13 @@ This repo is for the frontend React app that we build over the course of the tut

To support the different chapters and steps of the tutorial; we use branches to represent the project codebase at the various points. Here is an index of the various chapters and branches in order.

- [Create a New React.js App](../../tree/create-a-new-reactjs-app)
- [Add App Favicons](../../tree/add-app-favicons)
- [Set up Custom Fonts](../../tree/setup-custom-fonts)
- [Set up Bootstrap](../../tree/setup-bootstrap)
- [Handle Routes with React Router](../../tree/handle-routes-with-react-router)
- [Create Containers](../../tree/create-containers)
- [Adding Links in the Navbar](../../tree/adding-links-in-the-navbar)
- [Handle 404s](../../tree/handle-404s)
- [Create a Login Page](../../tree/create-a-login-page)
- [Login with AWS Cognito](../../tree/login-with-aws-cognito)
- [Add the Session to the State](../../tree/add-the-session-to-the-state)
- [Load the State from the Session](../../tree/load-the-state-from-the-session)
- [Clear the Session on Logout](../../tree/clear-the-session-on-logout)
- [Redirect on Login and Logout](../../tree/redirect-on-login-and-logout)
- [Configure AWS Amplify](../../tree/configure-aws-amplify)
- [Give Feedback While Logging In](../../tree/give-feedback-while-logging-in)
- [Create the Signup Form](../../tree/create-the-signup-form)
- [Signup with AWS Cognito](../../tree/signup-with-aws-cognito)
- [Add the Create Note Page](../../tree/add-the-create-note-page)
- [Call the Create API](../../tree/call-the-create-api)
- [Upload a File to S3](../../tree/upload-a-file-to-s3)
- [Clear AWS Credentials Cache](../../tree/clear-aws-credentials-cache)
- [List All the Notes](../../tree/list-all-the-notes)
- [Call the List API](../../tree/call-the-list-api)
- [Display a Note](../../tree/display-a-note)
- [Render the Note Form](../../tree/render-the-note-form)
- [Save Changes to a Note](../../tree/save-changes-to-a-note)
- [Delete a Note](../../tree/delete-a-note)
- [Create a Route That Redirects](../../tree/create-a-route-that-redirects)
- [Use the Redirect Routes](../../tree/use-the-redirect-routes)
- [Redirect on Login](../../tree/redirect-on-login)
- [Update the App](../../tree/update-the-app)
- [Code Splitting in Create React App](../../tree/code-splitting-in-create-react-app)

#### Usage
Expand Down
Loading

0 comments on commit 6bf197a

Please sign in to comment.