Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/niteshseram/contactapp

ContactApp is a ReactNative project which I created by following a ReactNative BootCamp course. This allow a users to save contact on the local storage. You can also edit and delete the contact.
https://github.com/niteshseram/contactapp

Last synced: 9 days ago
JSON representation

ContactApp is a ReactNative project which I created by following a ReactNative BootCamp course. This allow a users to save contact on the local storage. You can also edit and delete the contact.

Awesome Lists containing this project

README

        

# ContactApp
ContactApp is a ReactNative project which I created by following a ReactNative BootCamp course. This allow a users
to save contact on the local storage. You can also edit and delete the contact.

## Installation
Clone the GitHub repository and use npm to install all the dependencies
```
$ git clone https://github.com/niteshseram/ContactApp.git
$ cd ContactApp
$ npm install
```