Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.47 KB

README.MD

File metadata and controls

50 lines (30 loc) · 1.47 KB

ContactList

Dev Installation

If you don't have expo installed -> Check out the doc

Once you have expo installed follow these steps:

yarn
yarn start / expo start
npm i
npm start

Enjoy 🎸🎉

Description

ContactList is an app that lists multiple contacts numbers (used hard coded data in this case but could come from any API or ...), it also shows the number of times any number is repeated on the list and allows the user to add a new one. Feel free to play around with the app or just take a look at the code.

Library used in this project

Expo is a framework and a platform for universal React applications

Routing and navigation for your React Native apps Read docs Try the demo app

ESLint is a tool for identifying and reporting on patterns found in JavaScript code.

Consistent code style

[TO DO]

Maybe use a dictionnary instead of an object's list to improve the app's performance.