Skip to content

Commit 8dd5319

Browse files
committed
'JavaScript Algorithms and Data Structures' feate: add new subthree 'Calorie Counter'
1 parent a26aeb5 commit 8dd5319

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,15 @@ with local storage, and how to fetch data using an API.
1717
### List of App
1818

1919
- #### [Pyramid Generator](https://github.com/AndriiKot/JS__Pyramid_Generator__FreeCodeCamp)
20+
2021
- #### [Gradebook App](https://github.com/AndriiKot/JS__Gradebook_App__FreeCodeCamp)
22+
2123
- #### [Role Playing Game](https://github.com/AndriiKot/JS__Role_Playing_Game__FreeCodeCamp)
2224

2325
- #### [Random Background Color Changer](https://github.com/AndriiKot/JS__Random_Background_Color_Changer__freeCodeCamp)
2426

27+
- #### [Calorie Counter](https://github.com/AndriiKot/VanillaJS__Calorie_Counter__freeCodeCamp)
28+
2529
[back to list](#list-of-app)
2630

2731
[back to top](#top)

update_all_projects.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Pyramid_Generator: 'https://github.com/AndriiKot/JS__Pyramid_Generator__FreeCodeCamp.git',
44
Gradebook_App: 'https://github.com/AndriiKot/JS__Gradebook_App__FreeCodeCamp.git',
55
Random_Background_Color_Changer: 'https://github.com/AndriiKot/JS__Random_Background_Color_Changer__freeCodeCamp.git',
6+
Calorie_Counter: 'https://github.com/AndriiKot/VanillaJS__Calorie_Counter__freeCodeCamp.git',
67
}
78

89

0 commit comments

Comments
 (0)