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 2 - DOM #55

Open
electrovladyslav opened this issue Oct 26, 2021 · 2 comments
Open

Homework 2 - DOM #55

electrovladyslav opened this issue Oct 26, 2021 · 2 comments

Comments

@electrovladyslav
Copy link
Contributor

electrovladyslav commented Oct 26, 2021

Homework 2 - DOM

Deadline

  • Create pull request until 29 Oct, 18:00
  • Request should be merged until 1 Nov, 21:00
  • In other cases pull request will be closed

Task

  1. Get the latest updates from Academy's repo by instruction;

  2. To your homework folder add a folder named 2-dom

  3. Add there the file index.hml. So you should have the following structure:

homeworks/elon.musk_spacex2021/2-dom/index.html
  1. Make a simple chat emulator (frontend part only):
  • Main area - messages are inserted (newest at the bottom).
  • Bottom area - the place for entering the text and button to send a text. On click on the button (or press Enter key on the keyboard) text disappears from the entering field and inserts to the Main area.
  • ALL JS AND STYLES SHOULD BE MOVED TO SEPARATE FILES AND CONNECTED TO index.html BY TAGS

The task with an asterisk (optional):

  • On Shift + Enter you should insert into the message break to a new line
  • To the message insert the cross-icon, by clicking on which, the message should disappear.
    Use this horrible design or find something pretty on the internet:
    image
@electrovladyslav
Copy link
Contributor Author

Branch name: 2-dom

@kovalov
Copy link
Contributor

kovalov commented Oct 26, 2021

Ошибка в дате

Create pull request until 22 Oct, 18:00

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