https://github.com/nda17/contacts-app
Contacts App
https://github.com/nda17/contacts-app
Last synced: 4 months ago
JSON representation
Contacts App
- Host: GitHub
- URL: https://github.com/nda17/contacts-app
- Owner: nda17
- Created: 2023-10-26T12:17:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-07T21:16:48.000Z (over 1 year ago)
- Last Synced: 2025-01-09T10:24:43.109Z (5 months ago)
- Language: JavaScript
- Homepage: https://nda17.github.io/Contacts-app/
- Size: 372 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# «Contacts App.»
## Description:
An app for storing contacts. Features:
- Сreating new contacts.
- Editing existing contacts.
- Delete existing contacts.
- Search and filter contacts by first name, last name, email, phone number.## Technologies used:
- Vite v4.4.5 + React v18.2.0
- JSX
- HTML
- React-router-DOM v6.15.0
- Tailwind CSS## Deployed:
[Watch here](https://nda17.github.io/Contacts-app/)
## Project setup:
```
npm install / yarn
```## Compiles and minifies for production:
```
npm run build /yarn run build
```