
Contacts App
A simple CRUD app built with React Native to track contacts and phone numbers.


What?
A simple contacts app designed for mobile devices.
Why?
To practice using React Native, React Native Elements, and Expo for mobile app development.
How?
Using React Native and Expo, I developed a multi-page CRUD application that allows users to view a list of their contacts, add to it, and/or delete items. It fetches the user’s contacts from the server during the components mounting phase and displays them using a card layout.
The red x’s on each card will remove the selected contact from the view and the server. The Add Contact screen is used to post new contact data to the server.