Project of small app that create, read, update and delete contacts in the list.
- typescript
- styled-components
- styled-media-queries
- formik
- yup
- reduxjs
- react-icons
Click in the "+" button at initial screen to create a new contact, filling all fields and click save buton to finish creation. You can add more than one phone number an more than one adress by clicking in "+" button, and remove by clicking in the "-" button. If you want to quit, click the close button. To see contacts deteils, click on the contact you want. It will open a screen that provides you more actions like delete contact an edit contact.
Type git clone https://github.com/ydroulis/contactBook.git to clone the project in your directory
Then run npm install to install alll the dependencies
Now, run the development server:
npm start
# or
yarn start
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!