

# Task 4: Clean up resources
<a name="module-four"></a>


|  |  | 
| --- |--- |
|  **Time to complete**  |  < 2 minutes   | 

## Overview
<a name="overview"></a>

In this task, you will go through the steps to delete all the resources you created throughout this tutorial. It is a best practice to delete resources you are no longer using to avoid unwanted charges. 

## Implementation
<a name="implementation"></a>

### Step 1: Delete the app
<a name="delete-the-app"></a>

In the Amplify console, in the left-hand navigation for the **notesapp** app, choose **App settings**, and select **General settings**. 

In the **General settings** section, choose **Delete app**. 

![\[The navigation menu interface.\]](http://docs.aws.amazon.com/hands-on/latest/build-react-app-amplify-graphql/images/navigation-menu-interface.png)


## Conclusion
<a name="conclusion"></a>

You have created a React web app and used AWS Amplify to host it on AWS\$1 You provisioned a cloud backend and used Amplify to configure auth, data, and storage resources. Additionally, you created a frontend allowing users to create, read, update, and delete their notes. You have also enabled them to select and upload an image to associate it with their notes. 