My Videos is a responsive React.js application with video sections, custom categories, channel pages, and can play videos directly from this app.
Client
- It fetches data from an API.
- It is responsive.
- It is automatically updated.
To get a local copy up and running, follow these steps.
In order to run this project you need:
Clone this repository to your desired folder:
cd my-folder
git https://github.com/Alejandroq12/my-videos.git
Install this project with:
cd my-videos
npm install
To run the project, execute the following command:
npm start
To run tests, run the following command:
Tests will be available soon!
You can deploy this project using: Netlify,
- I used Netlify to deploy this application.
- For more information about deployment on Netlify see "Netlify".
👤 Julio Quezada
- GitHub: Alejandroq12
- Twitter: @JulioAle54
- LinkedIn: Julio Quezada
- I will create my own database with videos and connect it to this user interface.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project give me a star ⭐️.
I want to thank the guys from JavaScript Mastery for guiding me with this project.
-
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;
This project is MIT licensed.