Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
52 commits
Select commit Hold shift + click to select a range
40034de
Setup Webpack and Jest
MosDevx Nov 29, 2022
bf2e626
fix linters
MosDevx Nov 29, 2022
2d5e04c
Add readme file
aster-alemu Nov 29, 2022
f8d6c99
setup font, icons, jest
MosDevx Nov 29, 2022
9f33f4d
fix readme, add favicon
MosDevx Nov 29, 2022
0472328
created header
MosDevx Nov 29, 2022
3fae556
Add footers
aster-alemu Nov 29, 2022
948c9de
Add footer
aster-alemu Nov 29, 2022
d687803
Merge pull request #22 from MosDevx/feature-branch
MosDevx Nov 29, 2022
6925b47
add modules folder
MosDevx Nov 30, 2022
837d997
fixed footer
MosDevx Nov 30, 2022
f2ab7c9
create popu window; initial style popup window
MosDevx Nov 30, 2022
bf2c3e7
Modal made dynamically; Styled; Close implemented
MosDevx Dec 1, 2022
d676c9b
intergrated movie api
MosDevx Dec 1, 2022
4c0793e
Implement Comments Api
MosDevx Dec 2, 2022
adfa0ef
fix linters
MosDevx Dec 2, 2022
fded9c3
Add files
aster-alemu Dec 2, 2022
8924e9f
Add tests
MosDevx Dec 2, 2022
8c707df
fix linters
MosDevx Dec 2, 2022
adcf3dd
slight changes
MosDevx Dec 2, 2022
72f65ea
rename files for easy merge
MosDevx Dec 2, 2022
f778137
Merge branch 'comments-branch' into side-hustle
MosDevx Dec 2, 2022
1b0128a
Add test for counters
aster-alemu Dec 2, 2022
075d751
Merge branch 'displayItme' of https://github.com/MosDevx/MovieApiProj…
aster-alemu Dec 2, 2022
01e8da1
Add test files
aster-alemu Dec 2, 2022
7d1174b
Add test fixed
aster-alemu Dec 2, 2022
61d4d18
Add test
aster-alemu Dec 2, 2022
3d8cee4
fix linter errors
aster-alemu Dec 2, 2022
7e7f308
whole code working
MosDevx Dec 2, 2022
ebf2906
Fix the required changes
aster-alemu Dec 2, 2022
154115b
Change heart icon
MosDevx Dec 2, 2022
0b4c954
edit readme
MosDevx Dec 2, 2022
641c255
edit readme
MosDevx Dec 2, 2022
cdd1264
Merge pull request #24 from MosDevx/displayItme
MosDevx Dec 2, 2022
a509dea
save
MosDevx Dec 2, 2022
5132391
save
MosDevx Dec 2, 2022
a451467
Merge branch 'side-hustle' into develop
MosDevx Dec 2, 2022
1b89fd7
final changes
MosDevx Dec 2, 2022
daa3f84
edit read me
MosDevx Dec 2, 2022
21e7f68
edit base index
MosDevx Dec 2, 2022
116c096
edit base index
MosDevx Dec 2, 2022
d102fc3
edit readme
MosDevx Dec 2, 2022
0e0a7b6
build for prod
MosDevx Dec 3, 2022
50594a2
build for prod
MosDevx Dec 3, 2022
3226664
build for prod
MosDevx Dec 3, 2022
51bc53f
readme changes
MosDevx Dec 3, 2022
8491a0d
add video link
MosDevx Dec 3, 2022
375e7b5
spa navigation
MosDevx Dec 3, 2022
8b468ce
fix linters
MosDevx Dec 3, 2022
610dadb
pull request
MosDevx Dec 3, 2022
a40272c
add
MosDevx Dec 3, 2022
9535671
update home page
MosDevx Aug 29, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"plugins": ["@babel/syntax-dynamic-import"],
"presets": [
[
"@babel/preset-env",
{
"modules": false
}
]
],
"env": {
"test": {
"plugins": ["@babel/plugin-transform-modules-commonjs"]
}
}
}
4 changes: 4 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
api_id = 'j26xtAx7qVMwcqU9i8K3';
involve_url = "https://us-central1-involvement-api.cloudfunctions.net/capstoneApi/";
tvmaze_url = "https://api.tvmaze.com/schedule/web?date=2022-11-30&country=US
";
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
178 changes: 47 additions & 131 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After you're finished please remove all the comments and instructions!
<img src="murple_logo.png" alt="logo" width="140" height="auto" />
<br/>

<h3><b>Microverse README Template</b></h3>
<h3><b>Microverse README</b></h3>

</div>

Expand All @@ -36,10 +36,10 @@ After you're finished please remove all the comments and instructions!
# 📗 Table of Contents

- [📖 About the Project](#about-project)
- [🎦 Video Description](#video)
- [🛠 Built With](#built-with)
- [Tech Stack](#tech-stack)
- [Key Features](#key-features)
- [🚀 Live Demo](#live-demo)
- [💻 Getting Started](#getting-started)
- [Setup](#setup)
- [Prerequisites](#prerequisites)
Expand All @@ -48,151 +48,103 @@ After you're finished please remove all the comments and instructions!
- [Run tests](#run-tests)
- [Deployment](#triangular_flag_on_post-deployment)
- [👥 Authors](#authors)
- [🔭 Future Features](#future-features)
- [🤝 Contributing](#contributing)
- [⭐️ Show your support](#support)
- [🙏 Acknowledgements](#acknowledgements)
- [❓ FAQ](#faq)
- [📝 License](#license)

<!-- PROJECT DESCRIPTION -->

# 📖 [your_project_name] <a name="about-project"></a>
# 📖 [Movie Api] <a name="about-project"></a>

> Describe your project in 1 or 2 sentences.

**[your_project__name]** is a...

## 🛠 Built With <a name="built-with"></a>

### Tech Stack <a name="tech-stack"></a>

> Describe the tech stack and include only the relevant sections that apply to your project.

<details>
<summary>Client</summary>
<ul>
<li><a href="https://reactjs.org/">React.js</a></li>
</ul>
</details>

<details>
<summary>Server</summary>
<ul>
<li><a href="https://expressjs.com/">Express.js</a></li>
</ul>
</details>

<details>
<summary>Database</summary>
<ul>
<li><a href="https://www.postgresql.org/">PostgreSQL</a></li>
</ul>
</details>

<!-- Features -->
**[Movie Api]** is a javascript project that fetches TV Show Data from an API
## Video description <a name="video"></a>
> This project is application project about movie description user of application can like and leave comments
We built the application following the requirements from the github projects [`Kanban board`](https://github.com/users/MosDevx/projects/7/views/1), which we enjoyed using.😍

### Key Features <a name="key-features"></a>
You can find a video description of our project [here](https://drive.google.com/file/d/1lYn5ZpMWCQuchWO3vlzZeCiH40EyJXUX/view?usp=sharing)👈😁

> Describe between 1-3 key features of the application.

- **[key_feature_1]**
- **[key_feature_2]**
- **[key_feature_3]**
## Personal Video Presentation
### Moses Wamae
You can find a video my presentation [here](https://drive.google.com/file/d/1Ax5mLa1h2oKnx2htQNJk7Z84JtcHSVHE/view?usp=sharing)👈😁

<p align="right">(<a href="#readme-top">back to top</a>)</p>
## PULL REQUESTS
- [pull request](https://github.com/MosDevx/MovieApiProject/pull/24)
- [pull request-2](https://github.com/MosDevx/MovieApiProject/pull/23)

<!-- LIVE DEMO -->
## 🛠 Built With <a name="built-with"></a>

## 🚀 Live Demo <a name="live-demo"></a>
### Tech Stack <a name="tech-stack"></a>

> This project is developed using HTML, CSS and Javascript

<!-- Features -->

### Key Features <a name="key-features"></a>

> Add a link to your deployed project.
> Describe between 1-3 key features of the application.

- [Live Demo Link](https://yourdeployedapplicationlink.com)
- **[movie api]**
- **[involvment api]**

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- GETTING STARTED -->

## 💻 Getting Started <a name="getting-started"></a>

> Describe how a new developer could make use of your project.

To get a local copy up and running, follow these steps.

### Prerequisites

In order to run this project you need:

<!--
Example command:

```sh
gem install rails
```
-->
npm
```

### Setup

Clone this repository to your desired folder:

<!--
Example commands:

```sh
cd my-folder
git clone git@github.com:myaccount/my-project.git
```
--->
` git clone https://github.com/MosDevx/MovieApiProject.git`

### Install

Install this project with:

<!--
Example command:

```sh
cd my-project
gem install
```
--->
`npm install`

### Usage

To run the project, execute the following command:

<!--
Example command:

```sh
rails server
```
--->
`npm run serve `

### Run tests

To run tests, run the following command:

<!--
Example command:

```sh
bin/rails test test/models/article_test.rb
```
--->
npm run test
```

### Deployment

You can deploy this project using:
`npm run serve`

<!--
Example:
<!-- LIVE DEMO -->

```sh
## 🚀 Live Demo <a name="live-demo"></a>

```
-->
- [Live Demo Link](https://mosdevx.github.io/MovieApiProject/dist/index.html)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -202,29 +154,17 @@ Example:

> Mention all of the collaborators of this project.

👤 **Author1**

- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

👤 **Author2**

- GitHub: [@githubhandle](https://github.com/githubhandle)
- Twitter: [@twitterhandle](https://twitter.com/twitterhandle)
- LinkedIn: [LinkedIn](https://linkedin.com/in/linkedinhandle)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- FUTURE FEATURES -->
👤 **Moses Wamae**

## 🔭 Future Features <a name="future-features"></a>
- GitHub: [@mosdevx](https://github.com/mosdevx)
- Twitter: [@moseswamae7](https://twitter.com/moseswamae7)
- LinkedIn: [LinkedIn](https://linkedin.com/in/moses-wamae-a13a67244)

> Describe 1 - 3 features you will add to the project.
👤 **Aster Alemu**

- [ ] **[new_feature_1]**
- [ ] **[new_feature_2]**
- [ ] **[new_feature_3]**
- GitHub: [@aster-alemu](https://github.com/aster-alemu)
- Twitter: [@aster_alemu](https://twitter.com/aster_alemu)
- LinkedIn: [LinkedIn](https://linkedin.com/in/asteralemu)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -234,43 +174,21 @@ Example:

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).
Feel free to check the [issues page](https://github.com/MosDevx/MovieApiProject/issues).

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- SUPPORT -->

## ⭐️ Show your support <a name="support"></a>

> Write a message to encourage readers to support your project

If you like this project...
If you like this project please star it ⭐️

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- ACKNOWLEDGEMENTS -->

## 🙏 Acknowledgments <a name="acknowledgements"></a>

> Give credit to everyone who inspired your codebase.

I would like to thank...

<p align="right">(<a href="#readme-top">back to top</a>)</p>

<!-- FAQ (optional) -->

## ❓ FAQ <a name="faq"></a>

> Add at least 2 questions new developers would ask when they decide to use your project.

- **[Question_1]**

- [Answer_1]

- **[Question_2]**

- [Answer_2]
We would like to thank Microverse

<p align="right">(<a href="#readme-top">back to top</a>)</p>

Expand All @@ -280,6 +198,4 @@ I would like to thank...

This project is [MIT](./LICENSE) licensed.

_NOTE: we recommend using the [MIT license](https://choosealicense.com/licenses/mit/) - you can set it up quickly by [using templates available on GitHub](https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository). You can also use [any other license](https://choosealicense.com/licenses/) if you wish._

<p align="right">(<a href="#readme-top">back to top</a>)</p>
Binary file added dist/3a1926a3547db7d195be.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/c00e443505e8be1ad7d9.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/c0f59bc5687dc177042b.webp
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading