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

Homework 0 - Intro #3

Open
MZabolotnev opened this issue Oct 8, 2023 · 3 comments
Open

Homework 0 - Intro #3

MZabolotnev opened this issue Oct 8, 2023 · 3 comments

Comments

@MZabolotnev
Copy link
Contributor

MZabolotnev commented Oct 8, 2023

Завдання

  1. Склонуйте цей репозиторій до себе на комп'ютер

  2. Інсталюйте останню версію LTS node.js. Виконайте npm ci в папці склонованого репозиторію.

  3. Створіть нову гілку ( з main) з назвою 0-intro_<ім'я користувача github>

  4. Додайте нову папку до /homeworks. Він повинен складатися з
    Шаблон: <ім'я>.<прізвище>_<ім'я користувача github>
    Приклад: myron.zabolotniev_MZabolotnev

  5. Додайте папку з домашніми завданнями під назвою 0-intro в вашу іменну папку

  6. Додайте README.md до папки домашнього завдання з такою інформацією:

  • Версія node
  • Шлях до node
  • Версія npm
  1. Зробіть пулл реквест в репозиторій
@MZabolotnev
Copy link
Contributor Author

MZabolotnev commented Oct 8, 2023

Про git

  1. Для налаштування git краще пройти весь 1 розділ або прочитати мануал
  2. Створюйте папки в себе на ПК, а не через веб-інтерфейс git
  3. Перевіряйте git status, перед тим як робить git commit, що б там були тільки ті файли/папки що ви створили, і ніяких інших.

Корисні посилання

Git cheatsheet:

Terminals:

@vladyslav-yermolin-moc
Copy link
Collaborator

vladyslav-yermolin-moc commented Oct 11, 2023

Ще декілька корисних посилань

Взагалі, дуже багато інфи в Гуглі та на Ютубі по цій темі, тож не соромтеся шукати, що вам треба.

This was referenced Oct 11, 2023
@vladyslav-yermolin-moc
Copy link
Collaborator

vladyslav-yermolin-moc commented Oct 11, 2023

Декілька відосів з ютубу за запитом "Що таке гіт"

Гіт доволі потужний інструмент, але для початку, вам потрібно не так багато команд

git clone  // клонуємо віддалений репозіторій собі
git checkout -b my_new_branch  // робимо свою гілку
git add some-file // додаємо свої зміни в індекс 
git commit -m "Added some-file"  // додаємо зміни з індексу в комміт
git push // відправляємо свою гілку в репозіторій

This was referenced Oct 11, 2023
Mariya-Artemenko added a commit that referenced this issue Oct 24, 2023
Mariya-Artemenko added a commit that referenced this issue Oct 24, 2023
yehor-design added a commit that referenced this issue Oct 26, 2023
1. add new page "login"
2. add new page "success"
3. creating form with validation
4. add to the form checkbox and button
5. success message with animation

❗️ I’m not sure what I did, but my changes to the repository with task #3 were somehow uploaded to the Main branch without approval and merge from the mentor, so I’m making a pull request again so that the mentor can check it.
SashaDemi added a commit that referenced this issue Oct 27, 2023
SashaDemi added a commit that referenced this issue Oct 28, 2023
vladyslav-yermolin-moc pushed a commit that referenced this issue Jan 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants