An open API service indexing awesome lists of open source software.

https://github.com/aayush-dhakal/mern-contact-keeper-app

MERN full-stack Contact Keeper app to store and manage the contacts.
https://github.com/aayush-dhakal/mern-contact-keeper-app

context-api express-js fullstack-javascript heroku-deployement heroku-deployment jwt-authentication jwt-authorization mern-stack mongodb-atlas mongoose nodejs react-bootstrap reacthooks reactjs reducers

Last synced: 8 months ago
JSON representation

MERN full-stack Contact Keeper app to store and manage the contacts.

Awesome Lists containing this project

README

          

### Descripton
MERN full stack Contact Keeper app where you can save contacts for both personal or professional use.

## Live preview:
https://pacific-gorge-94924.herokuapp.com/

## Screenshots

### Register your account

![](https://raw.githubusercontent.com/aayush-dhakal/MERN-contact-keeper-app/master/readme_images/register.png)

### Or Login you account

![](https://raw.githubusercontent.com/aayush-dhakal/MERN-contact-keeper-app/master/readme_images/login.png)

### Contacts Home Page

![](https://raw.githubusercontent.com/aayush-dhakal/MERN-contact-keeper-app/master/readme_images/home.png)

### Filter Contacts

![](https://raw.githubusercontent.com/aayush-dhakal/MERN-contact-keeper-app/master/readme_images/filter.png)

### Responsiveness

![](https://raw.githubusercontent.com/aayush-dhakal/MERN-contact-keeper-app/master/readme_images/responsive.png)

## Available Scripts

After cloning the project, run these commands:

### `npm install`

then

### `npm run clientinstall`

And finally to start the project in local dev environment, hit this command:

### `npm run dev`