You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-15Lines changed: 20 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
# Javascript Capstone Project
4
4
5
-
<!-- <br>
5
+
An API based webapp that displays Meals from the [MealsDB](https://www.themealdb.com/api.php) API. The features of this webapp include
6
6
7
+
- An option to like a meal by clicking on the like button
8
+
- A comment button that opens up a modal and allows users to leave comments
9
+
- A reservation button that also opens a modal and allows users to make reservations
7
10
8
-
9
-
<br> -->
11
+

10
12
11
13
**Additional description about the project and its features.**
12
14
@@ -20,12 +22,15 @@
20
22
21
23
`Frameworks`
22
24
23
-
- SASS
24
25
- Webpack
25
26
26
27
## 📡 Live Demo
27
28
28
-
<!-- [Link to Live Demo](https://leaderboard-webpack.netlify.app/) -->
29
+
[Link to Live Demo](https://yaseerokino.github.io/javascript-capstone/)
30
+
31
+
## 🎥 Video Link
32
+
33
+
[Link to Project Video Description](https://www.loom.com/share/2f2b19014b6c42e69442095a2030a801)
29
34
30
35
## 🧰 Tools
31
36
@@ -45,15 +50,15 @@ To run this project you need [Node](https://nodejs.org/en/) and [NPM](https://do
45
50
### **Setup**
46
51
47
52
If you have installed git you can clone the code to your machine, or download a ZIP of all the files directly.
48
-
[Download the ZIP from this location](https://github.com/yaseerokino/leaderboard/archive/refs/heads/main.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:
53
+
[Download the ZIP from this location](https://github.com/yaseerokino/javascript-capstone/archive/refs/heads/develop.zip), or run the following [git](https://git-scm.com/downloads) command to clone the files to your machine:
0 commit comments