Skip to content

KingsleyAmankwah/contacts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Contacts

About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |  


🎯 About

A Simple Contact Manager to organize your contact list.

✨ Features

✔️ User Authentication and Authorization(Login and SignUp);
✔️ Input Validations;
✔️ Saving contact details;
✔️ Editing contacts;
✔️ Moving Contacts to trash;
✔️ Restoring deleted contacts;
✔️ Searching of contact names;

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/KingsleyAmankwah/contacts

# Access
$ cd contacts

# Install dependencies
$ npm install

# Run the project
$ ng serve -o

# The server will initialize in the <(http://localhost:4200/>

📝

Back to top