lokesh1jha / video-dashboard-frontend

A ease way to get your edited video reviewed and uploaded to Youtube.
0 stars 0 forks source link

Video Dashboard Frontend

Video Dashboard Frontend is a web application built with React and Vite, providing an easy way to get your edited videos reviewed and uploaded to YouTube.

Features

Installation

  1. Clone the repository:
git clone <repository-url>
  1. Navigate to the project directory:
cd video-dashboard-frontend
  1. Install dependencies:
npm i

Usage

  1. Start the development server:
npm run dev

This will start the development server and open the application in your default web browser.

  1. Access the application:

Navigate to http://localhost:3000 in your web browser to access the Video Dashboard frontend.

Deployment

To build the application for production, run:

npm run build

This will generate a production-ready build of your application in the dist directory.

Contributing

Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.