Reactnd Contacts Complete

screenshot of Reactnd Contacts Complete
react

Code-along project for the Contacts app

Overview:

This document provides a guide on how to deploy a Frontend App, including prerequisites such as having a Backend API up and running and updating the API URL in the Frontend code. It also includes steps to generate artifacts for deployment and optional deployment to S3 using the AWS CLI. Additionally, there is an archival note mentioned for the repository.

Features:

  • Prerequisite: Ensure a Backend API is operational.
  • Deploy Frontend App: Connect Frontend UI code to the Backend API URL.
  • Update API URL: Modify the const API URL in ContactsAPI.js file.
  • Generate Artifacts: Use build script to create a build directory for deployment.
  • Optional S3 Deployment: Utilize AWS CLI for deploying UI code to S3 bucket.
  • Check Deployment: Verify deployment by accessing S3 bucket URL.
  • Archival Note: Information on archiving the repository and potential actions for learners.

Summary:

The document outlines steps to deploy a Frontend App with a Backend API, including updating API URL, generating deployment artifacts, and optional deployment to S3. Additionally, it provides information on archiving the repository for future reference.

react
React

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components