Skip to content

We are creating a front end application that mimics an e-commerce site.

Notifications You must be signed in to change notification settings

TheTrifectaProject/Trinity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Trinity

Tech Stack

AWS React Javascript Node JS Jest HTML Styled Components NPM Postman Redux Trello Management

A modern e-commerce web app optimized for user browsing experience.

Team Members:

  1. Joseph Camarena Castro
  2. Andrew Liu Ty Hosn
  3. Ty Hosn

Management

https://trello.com/b/L4G6C1cU/project-management-fec

Overview

  1. Product Information
  2. Style Selector
  3. add to Cart
  4. Image Gallery Screenshot 2023-07-08 at 3 05 23 PM Screenshot 2023-07-08 at 3 06 34 PM Screenshot 2023-07-08 at 3 07 24 PM

Ratings & Reviews

  1. Reviews List
  2. Individual Review Tile
  3. Sort Options
  4. Rating Breakdown (Filtering)
  5. Product Breakdown (Factors)
  6. Write New Review
  7. Keyword search - Low Priority

Questions & Answers

  1. Questions List
  2. Individual Question
  3. Search Questions
  4. More Answered Questions
  5. Add a Question
  6. Add an Answer Modal

Merging Process:

Pull down recent main to local main branch Switch to your branch and merge that main into your branch Then push your branch up to gh and create pull request pull from group github main branch to local machine

git checkout main
git fetch origin
git reset --hard origin/main

pull a branch that does not yet exist on your machine

git fetch origin [branchName]:[branchName]

create a new branch

git checkout -b <branch_name>

push the new branch to the group github.

git push -u origin <branch_name>

create a pull request to merge to "main" branch

git pull origin main

About

We are creating a front end application that mimics an e-commerce site.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •