contact-manager
contact-manager copied to clipboard
A smart contact manager
CONTACT PLUS
A contact manager app.
Description
"contact-plus" is a contact manager web app built with the mighty Spring Boot framework. It is a cloud based application using which you can store your contact details and retrieve them from anywhere on the earth. It has a fully responsive design and is highly secure.
App features :-
This app lets you do the following: 1. New user registration. 2. Adding new contact to your list. 3. Update/delete existing contacts. 4. Associate photos with your contacts. 5. Mark special contacts as favourites. 6. Delete your account on demand 7. Import contacts from google (coming soon) 8. Export contacts (coming soon)
Tech stack
1. Spring Boot
2. Spring MVC
3. Spring Security
4. Spring Data JPA
5. Spring Web
6. Bootstrap
7. Html
8. Css
Example screenshots
Login page
Registration page
Home page
Add contact
Profile section
Search results
Update contact
Footer
Version
v2.3
Features
- Improved UI: Special care has been taken to give a smooth custom user interface.
- UX: This app focuses on providing the best user experience, from hovering desktop cards to responsive touch screen display.
- Fast and ight weight: Small sized application to provide max speed.
- Upgradability: Because of it's loosely coupled architecture, it is very easy and convenient to add new features .
Installation
There are two ways of running the app:
A. Run on web
- Open any web browser (most preferably chrome)
- Copy and paste the link: (https://contact-plus.herokuapp.com/)
B. Run on local machine
- Make sure you have java installed in your PC
- Clone the entire project into your pc or copy only the Executable folder to your desired location
- Head to the target folder
- open cmd and type "java -jar contact-plus-0.0.1-SNAPSHOT.jar"
- open browser and open port 1010 (http://localhost:1010/)
- Enjoy!
Usage
Educational purpose.... Don't worry, just make it your own!
Project status
In development stage