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.
- Frontend: TypeScript, React, Redux Toolkit, redux-persist, React Router, Formik and Yup, Axios, styled-components.
- Backend: Node.js, Express.js, MongoDB, Mongoose, joi, jsonwebtoken, bcryptjs.
- Adaptive layout for mobile, tablet and desktop.
- Register/login procedure, private and public routes.
In the project directory, you can run:
- Download repository and install dependencies -> npm install
- Launch the application -> npm start.