Skip to content

Thati05/TUBBIE

Repository files navigation


TUBBIE

Welcome to the TUBBIE repository! TUBBIE is a YouTube-like web application where you can browse and watch videos. This project helped me learn how to fetch APIs and manage video data effectively.

tubbie3

Table of Contents

Introduction

TUBBIE is a web application inspired by YouTube that allows users to watch and browse videos. This project was created as a learning exercise to understand how to fetch and display data from APIs.

Features

  • Fetch Videos: Retrieve video data using YouTube's API.
  • Display Videos: Show video thumbnails, titles, and other details.
  • Responsive Design: Access TUBBIE on any device, from desktops to smartphones.

Technologies Used

This project was built using the following technologies:

  • Front-end:
    • HTML
    • Tailwind CSS
    • JavaScript
    • React
  • Back-end:
    • Node.js
  • API:
    • YouTube Data API
  • Other:
    • Git
    • GitHub
    • VScode

Installation

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

  1. Clone the repo
    git clone https://github.com/thati05/tubbie.git
  2. Navigate to the project directory
    cd tubbie
  3. Install NPM packages
    npm install

Usage

To run the project, use the following command:

npm start

Then open http://localhost:3000 to see the app.

Contributing

Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Contact

Seithati - [email protected]

Project Link: https://github.com/thati05/tubbie


Releases

No releases published

Packages

No packages published