aboutsummaryrefslogtreecommitdiff
path: root/part2
Commit message (Collapse)AuthorAgeLines
* ex3.19 added skeleton for error handling.[TODO] fail gracefullyIbrahim Mkusa2023-05-28-0/+4
|
* ex3.11 set proxy to allow local development with relative urlsIbrahim Mkusa2023-05-10-0/+1
|
* ex3.11 absolute to relative paths to allow work on productionIbrahim Mkusa2023-05-10-1/+1
|
* ex3.9 URL change to reflect express backend new homeIbrahim Mkusa2023-05-10-1/+1
|
* plain webserver using vanilla v8Ibrahim Mkusa2023-05-03-1/+1
|
* fun with markdownIbrahim Mkusa2023-05-03-1/+3
|
* ex2.18 country info part1Ibrahim Mkusa2023-05-03-0/+17575
|
* ex2.16 added custom component to display status of phonebookIbrahim Mkusa2023-05-03-6/+41
|
* ex2.14 add option to delete selected contact. Input validation could beIbrahim Mkusa2023-05-02-19/+32
| | | | added
* ex2.13 extract communication with server into module persons.jsIbrahim Mkusa2023-05-02-8/+21
|
* ex2.12 store contacts locally and on a local databaseIbrahim Mkusa2023-05-02-7/+13
|
* ex2.11 use data from json-server, employ axios libplay-with-json-serverIbrahim Mkusa2023-05-01-41/+907
|
* 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/+17574
|
* ex2.5 modulize helper componentsIbrahim Mkusa2023-04-28-55/+58
|
* 2.4 handles multiple course componentsIbrahim Mkusa2023-04-27-19/+56
|
* ex2.2 use Array.reduce to do computations in componentsIbrahim Mkusa2023-04-27-6/+8
|
* ex2.1 Array.map to display unlimited componentsIbrahim Mkusa2023-04-27-0/+17591