Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 829 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 829 Bytes

Phonebook - contacts book app

It's an application that will help you to create your own contact list with contact names and phone numbers. You can create, find and delete necessary contact. The privacy of your contact book is ensured through the registration / login procedure.

Tech Stack

  1. Frontend: TypeScript, React, Redux Toolkit, redux-persist, React Router, Formik and Yup, Axios, styled-components.
  2. Backend: Node.js, Express.js, MongoDB, Mongoose, joi, jsonwebtoken, bcryptjs.
  3. Adaptive layout for mobile, tablet and desktop.
  4. Register/login procedure, private and public routes.

In the project directory, you can run:

Local launch of the program on your device

  1. Download repository and install dependencies -> npm install
  2. Launch the application -> npm start.