https://github.com/gadiim/19.05.24_javascript
EXAM (actor cards)
https://github.com/gadiim/19.05.24_javascript
Last synced: about 2 months ago
JSON representation
EXAM (actor cards)
- Host: GitHub
- URL: https://github.com/gadiim/19.05.24_javascript
- Owner: gadiim
- Created: 2024-06-07T11:12:47.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-06-07T11:16:07.000Z (12 months ago)
- Last Synced: 2025-02-13T01:50:01.282Z (3 months ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 19.05.24_javascript
EXAM (actor cards)
1.Зробити верстку карток акторів за прикладом з файлу home.jpeg.
Відображати в них дані з файлу home.js.2.При натисканні на соціальну мережу відбувається перехід
на нову сторінку.3.У різних акторів різна кількість соціальних мереж
4.При натисканні на картку додавати ім'я та прізвище
актора до списку, розташованого під картками.5.Імена та прізвища не повинні повторюватися
в списку обраних.6.Додати можливість видаляти з списку обраних.
--------------------------------------------------------
1. Make a layout of the actors' cards according to the example from the file home.jpeg.
Display data from the home.js file in them.2. When clicking on the social network, a transition occurs
to a new page.3. Different actors have different numbers of social networks
4. When clicking on the card, add name and surname
actor to the list below the cards.5. Names and surnames should not be repeated
in the selected list.6. Add the ability to delete from the list of favorites.