https://github.com/rootdiv/course_js_react
Курс Базовый React от Glo Academy
https://github.com/rootdiv/course_js_react
Last synced: 20 days ago
JSON representation
Курс Базовый React от Glo Academy
- Host: GitHub
- URL: https://github.com/rootdiv/course_js_react
- Owner: Rootdiv
- Created: 2024-09-28T18:44:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-28T18:44:32.000Z (over 1 year ago)
- Last Synced: 2025-01-11T01:12:30.304Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://mrdonalds-9562021.web.app/
- Size: 3.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Курс Базовый React
[Урок 1. ES 6](https://github.com/Rootdiv/Course_JS_React/tree/lesson01)
[Урок 2. Основы React](https://github.com/Rootdiv/Course_JS_React/tree/lesson02)
[Урок 3. Функциональный Компонент](https://github.com/Rootdiv/Course_JS_React/tree/lesson03)
[Урок 4. Props](https://github.com/Rootdiv/Course_JS_React/tree/lesson04)
[Урок 5. React Hooks. useState](https://github.com/Rootdiv/Course_JS_React/tree/lesson05)
[Урок 6. Закрепляем пройденное. Реализуем блок заказа](https://github.com/Rootdiv/Course_JS_React/tree/lesson06)
[Урок 7. Hooks component. Добавление товаров в заказ](https://github.com/Rootdiv/Course_JS_React/tree/lesson07)
[Урок 8. React Hooks. Калькулятор](https://github.com/Rootdiv/Course_JS_React/tree/lesson08)
[Урок 9. React Hooks. Допы](https://github.com/Rootdiv/Course_JS_React/tree/lesson09)
[Урок 10. React Hooks. Выбор вида товара](https://github.com/Rootdiv/Course_JS_React/tree/lesson10)
[Урок 11. React Hooks. Удаление и редактирование заказа](https://github.com/Rootdiv/Course_JS_React/tree/lesson11)
[Урок 12. FireBase auth + useRef](https://github.com/Rootdiv/Course_JS_React/tree/lesson12)
[Урок 13. FireBase DB. Отправка заказов в database firebase](https://github.com/Rootdiv/Course_JS_React/tree/lesson13)
[Урок 14. useFetch. Получение данных с сервера.](https://github.com/Rootdiv/Course_JS_React/tree/lesson14)
[Урок 14.5. Бонус, получение данных Firebase.database](https://github.com/Rootdiv/Course_JS_React/tree/lesson14_extra)
[Урок 15. Подтверждение заказа, Context, useContext](https://github.com/Rootdiv/Course_JS_React/tree/lesson15)
[Урок 16. Firebase Gmail Nodemailer](https://github.com/Rootdiv/Course_JS_React/tree/lesson16)