File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
homework-projects/projects Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ Continue with the format of the object you used last week or improve it and refa
81
81
82
82
### ` JS3 week1 ` - Json, Apis, Fetch
83
83
84
- - [ ] Follow the [ API creation guide] ( /guides/making-your-API-guide.md ) to make your own API that you will use from now on.
84
+ - [ ] Follow the [ API creation guide] ( /homework-projects/ guides/making-your-API-guide.md ) to make your own API that you will use from now on.
85
85
- [ ] Refactor your code so that you use the currency rates dynamically from your API instead of the static array of objects.
86
86
- [ ] Implement functionality to search for a specific currency.
87
87
- [ ] Ensure all the functionality is working smoothly after refactoring.
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ Continue with the format of the picture object you used last week or improve it
44
44
45
45
### ` JS3 week1 ` - Json, Apis, Fetch
46
46
47
- - [ ] follow the [ API creation guide] ( /guides/making-your-API-guide.md ) to make your own API that you will use from now on.
47
+ - [ ] follow the [ API creation guide] ( /homework-projects/ guides/making-your-API-guide.md ) to make your own API that you will use from now on.
48
48
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the cards data from your API.
49
49
- [ ] ensure all the functionality is working smoothly after refactoring.
50
50
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ Here you will develop some features that will differentiate your movie platform
69
69
70
70
### ` JS3 week1 ` - Json, Apis, Fetch
71
71
72
- - [ ] follow the [ API creation guide] ( /guides/making-your-API-guide.md ) to make your own API that you will use from now on.
72
+ - [ ] follow the [ API creation guide] ( /homework-projects/ guides/making-your-API-guide.md ) to make your own API that you will use from now on.
73
73
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the movies data from your API.
74
74
- [ ] ensure all the functionality is working smoothly after refactoring.
75
75
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ b. add number inputs for the player points and use the browser's arrow buttons o
69
69
70
70
### ` JS3 week1 ` - Json, Apis, Fetch
71
71
72
- - [ ] follow the [ API creation guide] ( /guides/making-your-API-guide.md ) to make your own API that you will use from now on.
72
+ - [ ] follow the [ API creation guide] ( /homework-projects/ guides/making-your-API-guide.md ) to make your own API that you will use from now on.
73
73
74
74
- [ ] refactor your code so that you ditch the static array of objects and instead fetch the initial questions data from your API.
75
75
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Continue with the format of the recipe object you used last week or improve it a
62
62
63
63
### ` JS3 week1 ` - Json, Apis, Fetch
64
64
65
- - [ ] Follow the [ API creation guide] ( /guides/making-your-API-guide.md ) to make your own API that you will use from now on.
65
+ - [ ] Follow the [ API creation guide] ( /homework-projects/ guides/making-your-API-guide.md ) to make your own API that you will use from now on.
66
66
- [ ] Refactor your code so that you ditch the static array of objects and instead fetch the recipes data from your API.
67
67
- [ ] Implement functionality to search for an ingredient, fetch and display the relevant ingredient prices for a recipe
68
68
- [ ] Ensure all the functionality is working smoothly after refactoring.
You can’t perform that action at this time.
0 commit comments