The MyPhoneList is a web application that aims to keep your contacts, allows you to save, edit and delete contacts already registered..
☑️ Sign Up
- Receives username, avatar, email and password.
☑️ Login
- Receives email and password.
☑️ Add contact
- Create a new contact and list all contacts. Allows: Name, phone, avatar and email.
☑️ Delete contact
- Delete an existing contact.
☑️ Edit contact
- Edit an existing contact and allow data exchange, then update the list with all contacts.
Before starting, you'll need to have the following tools installed on your machine:
# Clone this repo
$ git clone <https://github.com/LuSntgo/MyPhoneLis>
# #change to project directory
$ cd MyPhoneList
# install the dependencies
$ npm or yarn install
# to run in dev
$ node src/index.js
# The server will start on port:5000 - go to <http://localhost:5000>