/ubivid

🐱‍🏍 A web applicaton called 'Ubivid' where you can come stream movies 🎬 by consuming the TMDB movie API.

Primary LanguageTypeScript

Ubivid 🎬

Ubivid is a web application platform built specifically for the purpose of movie streaming . Users can come stream movies maybe gain information about a specific movie about to be released or even a movie realsed

Vite ⚡

This project was bootstrapped with Vite. Vite is is a build tool that aims to provide a faster and leaner development experience for modern web projects.


Vite logo


Tools used in the bootstrapping of this project ⚡

Want to extend, develop modify?

If you do so or just build a cool feature. Please share it with on https://twitter.com/999tweets_her

🛠️ Installation Steps

  1. Click on the icon in the top right to get started
  2. After cloning the project, use the following command:
git clone https://github.com/<your-github-username>/ubivid
  1. Navigate to the project directory
cd ubivid
  1. Install dependencies with npm install
npm install
  1. Run the project
npm run dev

🥂 After making a change

  1. Create a new branch
git checkout -b YourBranchName
  1. Add it to staging area
git add <path to the file you worked on>
  1. Commit your changes with
git cz
  1. Push your changes
git push

The page will reload if you make edits.
You will also see any lint errors in the console.