YouTube Insights Front End App (React)

demo.mp4

This is the front end app for my YouTube Insights backend application

Table of Contents

Prerequisites

Before getting started, make sure you have the following prerequisites installed and set up:

Getting Started

Installation

  1. Clone this repository to your local machine:

    git clone https://github.com/ritwickrajmakhal/youtube-insights-front-end.git
  2. Change into the project directory:

    cd youtube-insights-front-end
  3. Install project dependencies:

    npm install

Configuration

Goto ytinsights\src\config.json file and change the following:

"backend": {
    "url": "http://127.0.0.1:5000" // change the backend url if needed
  }

Usage

Run the React application:

npm start

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them.
  4. Push your branch to your fork:
    git push origin feature/your-feature-name
  5. Open a pull request on the original repository.

License

This project is licensed under the MIT License. See the LICENSE file for details.