Phonebook is a web application built with React, Redux, and Typescript. It allows users to store contacts and search for them quickly.
- Authentication
- Email confirm
- Contacts CRUD
- Search for contacts quickly
- Three color themes
- React
- Redux Toolkit
- RTK Query
- Typescript
- React Router Dom
- React Hook Form
- React Transition Group
- React Icons
- Axios
- Nanoid
- Styled Components
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.