diff --git a/README.md b/README.md index efb45c226a..699e76fd7a 100644 --- a/README.md +++ b/README.md @@ -1,118 +1,69 @@ -# React Phone catalog -- If you work alone follow the [React task guideline](https://github.com/mate-academy/react_task-guideline#react-tasks-guideline) -- If you work in a team follow the [Work in a team guideline](https://github.com/mate-academy/react_task-guideline/blob/master/team-flow.md#how-to-work-in-a-team) - -## Description -Implement Products catalog following [this design](https://www.figma.com/file/uEetgWenSRxk9jgiym6Yzp/Phone-catalog-redesign?node-id=1%3A2). - -Use [products](https://mate-academy.github.io/react_phone-catalog/api/products.json) -and [product details](https://mate-academy.github.io/react_phone-catalog/api/products/dell-streak-7.json) -tо fetch data (use actual `productId` as a last part of the URL before `.json`). - -Store the Cart in the `localStorage` - -## Tasks -- Create `pages`, `components` and `helpers` folders to structure your app -- Use `scss` files per component -- Use component names as BEM block names with all the other BEM rules applied - -### App -1. Add `
` with links to all the pages - - The `Logo` and the `Nav` are aligned left - - The `Favorites` and the `Cart` are aligned right -1. Use `NavLink` to highlight current page in `Header` -1. Add `