Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

practice solution #23

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> Here is [the working version](https://mate-academy.github.io/react_product-categories-practice/)

You are given a markup for a table of products and 3 arrays.
You are given a markup for a table of products and 3 arrays.
Implement as many options below as you can:

1. Render products in a table with id, name, category, and owner (user).
Expand Down Expand Up @@ -33,7 +33,7 @@ Implement as many options below as you can:
## Instructions
- Fork, clone, and run `npm i`
- fix the DEMO LINK below (use your GitHub username and the repo name)
- [DEMO LINK](https://<your-account>.github.io/<your-repo-name>)
- [DEMO LINK](https://YePolishchuk.github.io/<your-repo-name>)
- implement tasks one by one (You can do it in the `App.jsx`)
- `commit`, `push`, and `deploy` after each task
- Send a link to your `App.jsx` file to your personal Slack channel (for example #fe_apr22_misha_hrynko)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
},
"scripts": {
"start": "mate-scripts start -l",
"build": "mate-scripts build",
"build": "react-scripts build",
"test": "mate-scripts test -l",
"lint-js": "mate-scripts lint -j",
"lint-css": "mate-scripts lint -s",
"lint": "npm run lint-js && npm run lint-css",
"update": "mate-scripts update",
"postinstall": "npm run update && cypress verify",
"predeploy": "npm run build",
"deploy": "mate-scripts deploy"
"deploy": "gh-pages -d build"
},
"browserslist": {
"production": [
Expand All @@ -68,4 +68,4 @@
"cypress": true
}
}
}
}
Loading