demo.mp4
This is the front end app for my YouTube Insights backend application
Before getting started, make sure you have the following prerequisites installed and set up:
- Node js
- Internet connection
-
Clone this repository to your local machine:
git clone https://github.com/ritwickrajmakhal/youtube-insights-front-end.git
-
Change into the project directory:
cd youtube-insights-front-end
-
Install project dependencies:
npm install
Goto ytinsights\src\config.json
file and change the following:
"backend": {
"url": "http://127.0.0.1:5000" // change the backend url if needed
}
Run the React application:
npm start
If you'd like to contribute to this project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name:
git checkout -b feature/your-feature-name
- Make your changes and commit them.
- Push your branch to your fork:
git push origin feature/your-feature-name
- Open a pull request on the original repository.
This project is licensed under the MIT License. See the LICENSE file for details.