https://github.com/storres20/m3-react-capstone
π¬M3 React Capstoneπ¬ is a web application for showing the most recent Movies. The application will allow users to see details like title, author, description.
https://github.com/storres20/m3-react-capstone
api reactjs redux testing-library-react
Last synced: 11 months ago
JSON representation
π¬M3 React Capstoneπ¬ is a web application for showing the most recent Movies. The application will allow users to see details like title, author, description.
- Host: GitHub
- URL: https://github.com/storres20/m3-react-capstone
- Owner: storres20
- License: mit
- Created: 2023-01-02T21:58:53.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2023-06-02T01:43:06.000Z (almost 3 years ago)
- Last Synced: 2025-03-24T15:03:37.435Z (12 months ago)
- Topics: api, reactjs, redux, testing-library-react
- Language: JavaScript
- Homepage: https://m3-react-capstone.netlify.app/
- Size: 936 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
M3 React Capstone Project
# π Table of Contents
- [π Table of Contents](#-table-of-contents)
- [π \[M3 React Capstone Project\] ](#-m3-react-capstone-project-)
- [π Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [π Live Demo ](#-live-demo-)
- [π Video Demo ](#-video-demo-)
- [π» Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment](#deployment)
- [π₯ Authors ](#-authors-)
- [π Future Features ](#-future-features-)
- [π€ Contributing ](#-contributing-)
- [βοΈ Show your support ](#οΈ-show-your-support-)
- [π Acknowledgments ](#-acknowledgments-)
- [β FAQ ](#-faq-)
- [π License ](#-license-)
# π [M3 React Capstone Project]
> This is a web application that list the most recent Movies.
> The application will allow the users to see details like title, author, description of every movie.
**[M3 React Capstone Project]** is web application.
Client
- **[List the most recent movies]**
- **[Search bar for movies and categories]**
- **[Movies sort by categories]**
- **[Movie details like name, description, genres]**
- **[About page to thank TMDB, the API owner]**
- [Live Demo Link](https://M3-react-capstone.netlify.app/)
- [Video Demo Link](https://loom.com/share/3a0ab662aa4645dc9428e5d5e4f91ad6)
To get a local copy up and running, follow these steps.
### Prerequisites
In order to run this project you need:
```sh
install nodejs
install git
```
### Setup
Clone this repository to your desired folder:
```sh
cd my-folder
git clone https://github.com/storres20/M3-react-capstone
```
### Install
Install this project with:
```sh
cd M3-react-capstone
npm install
```
### Usage
To run the project, execute the following command:
```sh
npm start
```
### Run tests
To run tests, run the following command:
### Deployment
You can deploy this project using:
```sh
npm run build
```
π€ **ITALO**
- GitHub: [@storres20](https://github.com/storres20)
- Twitter: [@italolonkan](https://twitter.com/italolonkan)
- LinkedIn: [LinkedIn](https://linkedin.com/in/italo-lon-kan)
- [ ] **[Add tv series collection]**
- [ ] **[Add movie trailers]**
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/storres20/M3-react-capstone/issues).
If you like this project please give it a star π π
I would like to thank...MICROVERSE
I would like to thank to TMDB for movie API
- **[is this project for free?]**
- [Yes, it is. So, feel free to clone this repository]
- **[may I suggest changes?]**
- [Yes. If you find a bug, please create an ISSUE]
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._