Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alejandroq12/my-videos

My Videos is a responsive React.js application with video sections, custom categories, channel pages, and can play videos directly from this app.
https://github.com/alejandroq12/my-videos

fastapi javascript materiaui mediaqueries npm react

Last synced: about 2 months ago
JSON representation

My Videos is a responsive React.js application with video sections, custom categories, channel pages, and can play videos directly from this app.

Awesome Lists containing this project

README

        

My Videos


logo

My Videos

# 📗 Table of Contents

- [📗 Table of Contents](#-table-of-contents)
- [📖 My Videos ](#-my-videos-)
- [🛠 Built With ](#-built-with-)
- [Tech Stack ](#tech-stack-)
- [Key Features ](#key-features-)
- [🚀 Live Demo ](#-live-demo-)
- [💻 Getting Started ](#-getting-started-)
- [Prerequisites](#prerequisites)
- [Setup](#setup)
- [Install](#install)
- [Usage](#usage)
- [Run tests](#run-tests)
- [Deployment ](#deployment-)
- [👥 Author ](#-author-)
- [🔭 Future Features ](#-future-features-)
- [🤝 Contributing ](#-contributing-)
- [⭐️ Show your support ](#️-show-your-support-)
- [🙏 Acknowledgments ](#-acknowledgments-)
- [❓ FAQ (OPTIONAL) ](#-faq-optional-)
- [📝 License ](#-license-)

# 📖 My Videos

**My Videos** is a responsive React.js application with video sections, custom categories, channel pages, and can play videos directly from this app.

## 🛠 Built With

### Tech Stack

Client

### Key Features

- **It fetches data from an API.**
- **It is responsive.**
- **It is automatically updated.**

(back to top)

## 🚀 Live Demo

- [Live Demo Link](https://precious-begonia-1dc25b.netlify.app/)

(back to top)

## 💻 Getting Started

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

### Prerequisites

In order to run this project you need:

- [Node.js](https://nodejs.org/en).
- [A code editor](https://code.visualstudio.com/).
- [A web browser](https://www.google.com/chrome/).

### Setup

Clone this repository to your desired folder:

```sh
cd my-folder
git https://github.com/Alejandroq12/my-videos.git
```

### Install

Install this project with:

```sh
cd my-videos
npm install
```

### Usage

To run the project, execute the following command:

```sh
npm start
```

### Run tests

To run tests, run the following command:

Tests will be available soon!

### Deployment

You can deploy this project using: Netlify,
- I used Netlify to deploy this application.
- For more information about deployment on Netlify see "[Netlify](https://www.netlify.com/)".

(back to top)

## 👥 Author

👤 **Julio Quezada**

- GitHub: [Alejandroq12](https://github.com/Alejandroq12)
- Twitter: [@JulioAle54](https://twitter.com/JulioAle54)
- LinkedIn: [Julio Quezada](https://www.linkedin.com/in/quezadajulio/)

(back to top)

## 🔭 Future Features

- [ ] **I will create my own database with videos and connect it to this user interface.**

(back to top)

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](../../issues/).

(back to top)

## ⭐️ Show your support

If you like this project give me a star ⭐️.

(back to top)

## 🙏 Acknowledgments

I want to thank the guys from JavaScript Mastery for guiding me with this project.

(back to top)

## ❓ FAQ (OPTIONAL)

- **What did you learn with this project?**

- React file and folder structure.

- Material UI;

- Fetching data using RapidAPI;

- Media queries;

- React functional components and reusability;

(back to top)

## 📝 License

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

(back to top)