Skip to content

Commit faaccc9

Browse files
committed
Update README.md
1 parent 325d51a commit faaccc9

File tree

6 files changed

+375
-19
lines changed

6 files changed

+375
-19
lines changed

README.md

Lines changed: 20 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
# Javascript Capstone Project
44

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
66

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
710

8-
9-
<br> -->
11+
![](screenshot.png)
1012

1113
**Additional description about the project and its features.**
1214

@@ -20,12 +22,15 @@
2022

2123
`Frameworks`
2224

23-
- SASS
2425
- Webpack
2526

2627
## 📡 Live Demo
2728

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)
2934

3035
## 🧰 Tools
3136

@@ -45,15 +50,15 @@ To run this project you need [Node](https://nodejs.org/en/) and [NPM](https://do
4550
### **Setup**
4651

4752
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:
4954

5055
```bash
51-
git clone https://github.com/yaseerokino/leaderboard.git
56+
git clone https://github.com/yaseerokino/javascript-capstone.git
5257
```
5358

5459
### **Install**
5560

56-
Once the files are downloaded or cloned on your machine, open your terminal and `cd to "leaderboard" folder` and run the following commands:
61+
Once the files are downloaded or cloned on your machine, open your terminal and `cd to "javascript-capstone" folder` and run the following commands:
5762

5863
**To install all dependencies**
5964

@@ -81,21 +86,21 @@ Once all the dependencies have been installed and webpack has been built and con
8186
npm test
8287
```
8388

84-
## 🙎🏾‍♂️ Author
89+
## 🙎🏾‍♂️ Authors
8590

86-
### Author 1
91+
### Yaseer Okino
8792

8893
- GitHub: [@yaseerokino](https://github.com/yaseerokino)
8994
- Twitter: [@yaseerokino](https://twitter.com/yaseerokino)
9095
- LinkedIn: [Yaseer Okino](https://linkedin.com/in/yaseerokino)
9196

92-
### Author 2
97+
### Kossi
9398

94-
- GitHub: [@yaseerokino](https://github.com/yaseerokino)
95-
- Twitter: [@yaseerokino](https://twitter.com/yaseerokino)
96-
- LinkedIn: [Yaseer Okino](https://linkedin.com/in/yaseerokino)
99+
- GitHub: [@kossi-stack](https://github.com/Kossi-stack/)
100+
- Twitter: [@Kossi-stack](https://twitter.com/SoloJean5)
101+
- LinkedIn: [Kossi Stack](https://www.linkedin.com/in/kossifioklou2406/)
97102

98-
### Author 3
103+
### Lilian Moraa
99104

100105
- GitHub: [@yaseerokino](https://github.com/yaseerokino)
101106
- Twitter: [@yaseerokino](https://twitter.com/yaseerokino)

dist/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
/>
1212
<link rel="stylesheet" href="style/style.css" />
1313
<title>Webpack boiler</title>
14-
<script defer src="main.bundle.js"></script></head>
14+
<script defer src="main.bundle.js"></script>
15+
</head>
1516
<body>
1617
<header class="header">
1718
<div class="container">

0 commit comments

Comments
 (0)