-
Notifications
You must be signed in to change notification settings - Fork 0
Comments branch Review #23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Changes from all commits
f2ab7c9
bf2c3e7
d676c9b
4c0793e
adfa0ef
8924e9f
8c707df
72f65ea
f778137
7e7f308
bb27f96
154115b
0b4c954
641c255
bad0707
8ab4b49
7bfb34f
d685c75
067be75
89f6a13
1b25fe0
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -58,7 +58,7 @@ After you're finished please remove all the comments and instructions! | |
|
|
||
| > This project is application project about movie description user of application can like and leave comments | ||
|
|
||
| **[Movie Api]** is a javascript project | ||
| **[Movie Api]** is a javascript project that fetches TV Show Data from an API | ||
|
|
||
| ## 🛠 Built With <a name="built-with"></a> | ||
|
|
||
|
|
@@ -81,7 +81,6 @@ After you're finished please remove all the comments and instructions! | |
|
|
||
| ## 💻 Getting Started <a name="getting-started"></a> | ||
|
|
||
|
|
||
| To get a local copy up and running, follow these steps. | ||
|
|
||
| ### Prerequisites | ||
|
|
@@ -96,33 +95,38 @@ npm | |
|
|
||
| Clone this repository to your desired folder: | ||
|
|
||
| ``` git clone https://github.com/MosDevx/MovieApiProject.git``` | ||
| ` git clone https://github.com/MosDevx/MovieApiProject.git` | ||
|
|
||
| ### Install | ||
|
|
||
| Install this project with: | ||
|
|
||
| ``` npm install ``` | ||
| `npm install` | ||
|
|
||
| ### Usage | ||
|
|
||
| To run the project, execute the following command: | ||
|
|
||
| ```npm run serve ``` | ||
| `npm run serve ` | ||
|
|
||
| ### Run tests | ||
|
|
||
| To run tests, run the following command: | ||
|
|
||
|
|
||
| ``` | ||
| npm run test | ||
| ``` | ||
|
|
||
| ### Deployment | ||
|
|
||
| You can deploy this project using: | ||
| ```npm run serve``` | ||
| `npm run serve` | ||
|
|
||
| <!-- LIVE DEMO --> | ||
|
|
||
| ## 🚀 Live Demo <a name="live-demo"></a> | ||
|
|
||
| - [Live Demo Link](https://mosdevx.github.io/MovieApiProject) | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
|
|
@@ -138,7 +142,6 @@ You can deploy this project using: | |
| - Twitter: [@moseswamae7](https://twitter.com/moseswamae7) | ||
| - LinkedIn: [LinkedIn](https://linkedin.com/in/moses-wamae-a13a67244) | ||
|
|
||
|
|
||
| 👤 **Aster Alemu** | ||
|
|
||
| - GitHub: [@aster-alemu](https://github.com/aster-alemu) | ||
|
|
@@ -147,8 +150,6 @@ You can deploy this project using: | |
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| <!-- CONTRIBUTING --> | ||
|
|
||
| ## 🤝 Contributing <a name="contributing"></a> | ||
|
|
@@ -173,8 +174,6 @@ We would like to thank Microverse | |
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
Collaborator
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Hi @MosDevx To Highlight! 👏 🟢 Good commit messages, Required Changes ♻️
|
||
|
|
||
| <p align="right">(<a href="#readme-top">back to top</a>)</p> | ||
|
|
||
| <!-- LICENSE --> | ||
|
|
||
| ## 📝 License <a name="license"></a> | ||
|
|
||
Large diffs are not rendered by default.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @MosDevx
Good job so far!
To Highlight! 👏 🟢
There is some issue that you still need to work on but you are almost there!

Required Changes ♻️
Kindly add the link of live demo on your READEME file