Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/niteshseram/contactapp
- Owner: niteshseram
- Created: 2020-04-16T16:51:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-12T07:29:50.000Z (about 3 years ago)
- Last Synced: 2023-03-11T14:02:18.663Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```