https://github.com/surbhiguptasai/CapstoneNodeContactApp
Contact App is a responsive app that allows the user to manage contacts.
Now you don’t need to worry about losing contact numbers of your loved ones. My Contacts App enables users to easily store and find contact information, such as names, addresses, and telephone numbers.
Users can:
- Try a demo account (unique instances of pre-populated sample entries)
- Create unique user account with username and password; login/logout
- Manage his contacts by performing the CRUD operations .
> git clone https://github.com/surbhiguptasai/CapstoneNodeContactApp.git
> cd CapstoneNodeContactApp
> npm install
> npm start
Then open localhost:8000
in a browser.
> npm run test
Initial wireframes were created for each page. Mockups of all key processes were designed with user flow in mind.
- HTML5
- CSS3
- Bootstrap
- JavaScript
- jQuery
- Ajax
- NodeJS
- MongoDB
- Chai
- Mocha
The app is fully responsive and quickly adapts to all mobile, tablet, and desktop viewports.