diff --git a/.gitignore b/.gitignore index 4d29575..773c5ea 100644 --- a/.gitignore +++ b/.gitignore @@ -21,3 +21,5 @@ npm-debug.log* yarn-debug.log* yarn-error.log* + +todo.txt diff --git a/README.md b/README.md index d6e792a..28fa9ba 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,17 @@ # Космическая бургерная +## Начальный коммит Стартовый коммит проекта с помощью [CRA](https://create-react-app.dev/docs/getting-started) с добавленными UI компонентами от [Яндекс](https://github.com/Yandex-Practicum/react-developer-burger-ui-components). Кода пока никакого не написано, это начальный коммит. + +## Спринт1 +### Шаг1 +Создали папку [src/components](src/components/), поместили туда app.js и 3 компонента: AppHeader, BurgerContructor и BurgerIngredients. +Данные с бургерами поместили в файл [src/utils/data.js](src/utils/data.js). +Делаем начальную верстку главной страницы приложения. +``` +git checkout sprint1/step1 +``` + +Обсуждение [замечаний](https://github.com/miptleha/react-burger/pull/1) от ревьювера. +Замечания были исправлены, было предложено продолжить оставшуюся верстку в sprint1/step2 diff --git a/package-lock.json b/package-lock.json index 67c9ecc..fc47a24 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@ya.praktikum/react-developer-burger-ui-components": "^1.14.0", + "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/package.json b/package.json index b2eb401..b6a3c70 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "@types/react": "^18.0.26", "@types/react-dom": "^18.0.10", "@ya.praktikum/react-developer-burger-ui-components": "^1.14.0", + "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", diff --git a/public/favicon.ico b/public/favicon.ico index a11777c..4548be0 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/index.html b/public/index.html index aa069f2..26b3475 100644 --- a/public/index.html +++ b/public/index.html @@ -24,9 +24,9 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Космическая бургерная - +