Skip to content

Commit 6bf197a

Browse files
committed
Merge branch 'new-master'
2 parents d90baa7 + 766b3ee commit 6bf197a

23 files changed

+2717
-1268
lines changed

README.md

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -8,37 +8,13 @@ This repo is for the frontend React app that we build over the course of the tut
88

99
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.
1010

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

4420
#### Usage

0 commit comments

Comments
 (0)