Skip to content

Single page application using React Components, Redux, and Hooks to display character designs depending on user decisions.

Notifications You must be signed in to change notification settings

jzkime/creation-station

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 

Repository files navigation

Module Project: Deploying Web Apps - Portfolio Piece

In this module you will use what you've learned about deploying a web application, and deploy one of the apps you've built so that you can add it to your portfolio page.

Objectives

  • Build a simple static application
  • Use vercel to deploy

Introduction

Think about which project you are most proud of up to this point that you have built from the ground up or consider designing a small new project. Do your best to rebuild that project within THIS repository

Make sure to complete your tasks one at a time and complete test each task before proceding forward.

Instructions

Task 1: Project Set Up

  • Create a forked copy of this project.
  • Clone your OWN version of the repository in your terminal
  • Use create react app to build a new project.

Task 2: Project Requirements

Build your DOM

  • CD inside of created source
  • Rebuild a static (non-api accessing) project here based on a previous assignment.
  • Deploy to vercel.
  • Make sure that your vercel project correctly points to the root folder of your project.

Submission Format

  • For this project, submit the link to your vercel hosted website.

About

Single page application using React Components, Redux, and Hooks to display character designs depending on user decisions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 83.2%
  • CSS 12.1%
  • HTML 4.7%