Skip to content

Commit

Permalink
update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
KaratSergio committed Jul 1, 2024
1 parent 9baae49 commit 889a202
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 21 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ This repository contains a project designed for managing phone contacts.
- Contact filtering
- Routing

<img src="./src/img/Phonebook.png" alt="Home page" width="796" height="756">
![Home page](./src/img/Phonebook.png)

This project is a web application for managing contacts, including functions for
registering and authorizing users, adding and deleting contacts, and filtering
contacts. The app allows users to register, log in and manage their contacts
securely. Users can add new contacts, remove unnecessary ones, and filter
contacts based on specific criteria such as name or email.

<img src="./src/img/PhonebookLogin.png" alt="Private page" width="796" height="756">
![Private page](./src/img/PhonebookLogin2.png)

## Technologies Used

Expand Down
4 changes: 2 additions & 2 deletions README.ua.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- Фільтрація контактів
- Маршрутизація

<img src="./src/img/Phonebook.png" alt="Home page" width="796" height="756">
![Home page](./src/img/Phonebook.png)

Цей проект являє собою веб-додаток для керування контактами, що включає функції
реєстрації та авторизації користувачів, додавання та видалення контактів, а
Expand All @@ -28,7 +28,7 @@
додавати нові контакти, видаляти непотрібні та фільтрувати контакти за певними
критеріями, такими як ім'я або електронна пошта.

<img src="./src/img/PhonebookLogin.png" alt="Private page" width="796" height="756">
![Private page](./src/img/PhonebookLogin2.png)

## Використані технології

Expand Down
35 changes: 18 additions & 17 deletions src/components/ContactList/ContactList.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,22 +56,23 @@
background-color: var(--red-accent);
}


@media screen and (min-width: 768px) {
.contactInfo {
display: flex;
justify-content: space-between;
letter-spacing: 0.1em;
width: 480px;
}
.item {
height: 25px;
}
.contactNum {
letter-spacing: 0.3em;
}
.deleteButton {
padding: 5px 10px;
}
.contactInfo {
display: flex;
justify-content: space-between;
letter-spacing: 0.1em;
width: 480px;
}
.item {
height: 25px;
}
.contactNum {
letter-spacing: 0.3em;
justify-content: flex-start;
width: 170px;
}
.deleteButton {
padding: 5px 10px;
}
}
/* @media screen and (min-width: 1440px) {} */
/* @media screen and (min-width: 1440px) {} */
Binary file added src/img/PonebookLogin2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 889a202

Please sign in to comment.