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.
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.
- 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.
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
To get a local copy up and running, follow these simple steps:
- Clone the repo
git clone https://github.com/thati05/tubbie.git
- Navigate to the project directory
cd tubbie
- Install NPM packages
npm install
To run the project, use the following command:
npm start
Then open http://localhost:3000 to see the app.
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Seithati - [email protected]
Project Link: https://github.com/thati05/tubbie