Skip to content

learn-academy-2023-foxtrot/apartment-app-frontend-buoyant-duo-instructors

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apartment App FrontEnd

React App Initial Configuration Workflow

  1. Update trello to reflect the work needed for the assignment located in 🏠 Challenge: Apartment App React Configurations on Apartment App React Configurations

  2. Create empty github repo

  3. Create react app locally

  4. Add Reactstrap dependencies

  5. Create directories: assets, components, pages, __tests__

  6. Modify App.js to be a basic functional component

  import React from "react";

  const App = () => {

    return(
      <>
        <h1>Apartment App</h1>
      </>
    )
  }
  1. Create the Header and Footer components with basic code

  2. Create the following pages with basic code: Home, SignUp, SignIn, AptIndex, AptProtectedIndex, AptShow, AptNew, AptEdit, and NotFound

  3. Add React Router dependencies and configurations

  4. Define routes to all the pages in my application

  5. Create mock data for users and apartments and set the data to state in the App.js component

  6. Connect empty github repo and local react app

  7. Rename branch and perform initial commit: $ git branch -M main

  8. Ask for branch protections

About

apartment-app-frontend-buoyant-duo-instructors created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published