Skip to content

Commit

Permalink
Merge pull request #3 from ShadowDraco/toolkit
Browse files Browse the repository at this point in the history
Toolkit
  • Loading branch information
Ethan Storm committed Jul 10, 2023
2 parents 5fdb8f9 + f628bcf commit 73c9a89
Show file tree
Hide file tree
Showing 14 changed files with 411 additions and 188 deletions.
3 changes: 2 additions & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_UNSPLASH_URL = https://source.unsplash.com/random?
VITE_UNSPLASH_URL = https://source.unsplash.com/random?
VITE_API_URL = https://api-js401.herokuapp.com/api/v1
3 changes: 2 additions & 1 deletion .env.sample
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
VITE_UNSPLASH_URL = https://source.unsplash.com/random?
VITE_UNSPLASH_URL = https://source.unsplash.com/random?
VITE_API_URL = https://api-js401.herokuapp.com/api/v1
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ Add the "Add to Cart" feature to our application, which will allow our users to
- As a user, I want to change the quantity of items I intend to purchase in the header. i.e. CART (1)
- As a user, I want to be able to remove an item from my shopping cart.

### Phase 3 Requirements

Connecting the Virtual Store to a live API so that data is persistent and able to be separately managed.

- As a user, I want to interact with live inventory so that I have confidence that the displayed products are in stock.
- As a user, I want to know to that when I add an item to my cart, that it is removed from inventory so that no other users can purchase it.

### Application Architecture

Virtual Store application using Vite, Material UI, and React-redux:
Expand Down
149 changes: 133 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,15 @@
"@mui/icons-material": "^5.13.7",
"@mui/material": "^5.13.7",
"@redux-devtools/extension": "^3.2.5",
"@reduxjs/toolkit": "^1.9.5",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"axios": "^1.4.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^8.1.1",
"redux": "^4.2.1",
"redux-thunk": "^2.4.2",
"sass": "^1.63.6",
"vitest": "^0.33.0"
},
Expand Down
Loading

0 comments on commit 73c9a89

Please sign in to comment.