Skip to content

NickDurnev/Phonebook-App

Repository files navigation

Phonebook

Phonebook is a web application built with React, Redux, and Typescript. It allows users to store contacts and search for them quickly.

Features

  • Authentication
  • Email confirm
  • Contacts CRUD
  • Search for contacts quickly
  • Three color themes

Technologies Used

  • React
  • Redux Toolkit
  • RTK Query
  • Typescript
  • React Router Dom
  • React Hook Form
  • React Transition Group
  • React Icons
  • Axios
  • Nanoid
  • Styled Components

Scripts Usage

This project uses the following scripts:

npm run build

Builds the application for production use.

npm start

Starts the application in production mode.

npm run lint:js

Lints the code for any errors or warnings.

npm run test

Run tests

npm run eject

Remove all of the default configurations and dependencies that were installed by create-react-app.

npm run deploy

Deploy project to Netlify service.

Releases

No releases published

Packages

No packages published