(Week13 Project/React/ Compare shirts)
Website Link : Compare Shirts
Our site displays pictures of our existing shirts and display their own brand and price and when pressed it displays the information about the image in a table and if we click on another image also displayed in the table
- As a user I need to view the shirts.
- As a user I need to check shirts to compare it.
- As a user I need to view the shirts comparison table (by price).
- As a user I need to remove shirt from comparison table.
- clone the repo
- npm i
- npm run dev
Compare-shirts
|
|__ public
| |__ index.html
|
|__ src
| |__ index.js
| |__ app.js
| |__ components
| |
| |__ header
| | |__ header.js
| | |__ header.css
| |
| |__ shirts
| | |__ shirts.js
| | |__ shirts.css
| |
| |__ shirt
| | |__ shirt.js
| | |__ shirt.css
| |
| |__ table
| |__ table.js
| |__ table.css
|
|__ .gitignore
|__ .babelrc
|__ .eslintrc
|__ package.json
|__ package-lock.json
|__ README.md
- Mohammad ALsharef
- safa amro
- Header
- Shirt
- Shirts
- Table