aboutsummaryrefslogtreecommitdiff
path: root/part2/phonebook/src/App.js
Commit message (Expand)AuthorAgeLines
* ex3.19 added skeleton for error handling.[TODO] fail gracefullyIbrahim Mkusa2023-05-28-0/+4
* ex2.16 added custom component to display status of phonebookIbrahim Mkusa2023-05-03-0/+16
* ex2.14 add option to delete selected contact. Input validation could beIbrahim Mkusa2023-05-02-8/+27
* ex2.13 extract communication with server into module persons.jsIbrahim Mkusa2023-05-02-8/+5
* ex2.12 store contacts locally and on a local databaseIbrahim Mkusa2023-05-02-6/+7
* ex2.11 use data from json-server, employ axios libplay-with-json-serverIbrahim Mkusa2023-05-01-40/+55
* ex2.10 modulize componentIbrahim Mkusa2023-04-30-19/+28
* ex2.9 dynamically search for phone numbers on the flyIbrahim Mkusa2023-04-30-12/+26
* ex2.8 handle phone numbersIbrahim Mkusa2023-04-30-5/+12
* ex2.7 alert user if contact already presentIbrahim Mkusa2023-04-30-7/+10
* ex2.6 phonebook baseIbrahim Mkusa2023-04-30-0/+53