An open API service indexing awesome lists of open source software.

https://github.com/nda17/contacts-app

Contacts App
https://github.com/nda17/contacts-app

Last synced: 4 months ago
JSON representation

Contacts App

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
```