krissyjames / props-practice

0 stars 0 forks source link

Lab Overview

  1. Create and clone down a repository called props-practice
  2. Add the provided code to your project and do an initial commit. NOTE: Do not commit until you CONFIRM you have a .gitignore file so that you don't push up your node_modules folder!
  3. Create tickets for each task.
  4. For each task, create and switch to a branch called task-<number>
  5. Complete the task, push up to GitHub, create a PR, and merge to main.
  6. In your terminal, checkout back to main and complete a fresh pull.
  7. Don't forget to link your repo in our 1-1 chat.

To run the project locally:

Instructions

You have TEN (10) functionality tasks to fix or complete which are explained by comments in the code. Remember you can search a file or entire codebase. The pattern you will search for is: Task <number here>. Once you have restored all functionality with the ten tasks, you have additional Styling Tasks below.

I recommend starting with index.js, and then work your way through the files. Familiarize yourself with the flow, modules, and data being used.

Styling Tasks

Stretch Goals: