https://github.com/puppe1990/keyword_planner
The Keyword Analysis Dashboard is a powerful tool designed to help marketers and SEO professionals analyze keyword data efficiently. This dashboard allows users to upload keyword data, configure analysis parameters, and visualize the results through interactive charts and tables.
https://github.com/puppe1990/keyword_planner
csv-processing data-visualization keyword-analysis marketing-tools nextjs react recharts seo-tools tailwindcss
Last synced: about 2 months ago
JSON representation
The Keyword Analysis Dashboard is a powerful tool designed to help marketers and SEO professionals analyze keyword data efficiently. This dashboard allows users to upload keyword data, configure analysis parameters, and visualize the results through interactive charts and tables.
- Host: GitHub
- URL: https://github.com/puppe1990/keyword_planner
- Owner: puppe1990
- Created: 2024-10-15T15:10:54.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-12-26T15:41:52.000Z (5 months ago)
- Last Synced: 2025-02-09T06:34:43.712Z (3 months ago)
- Topics: csv-processing, data-visualization, keyword-analysis, marketing-tools, nextjs, react, recharts, seo-tools, tailwindcss
- Language: TypeScript
- Homepage:
- Size: 216 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keyword Analysis Dashboard
## Overview
The Keyword Analysis Dashboard is a powerful tool designed to help marketers and SEO professionals analyze keyword data efficiently. This dashboard allows users to upload keyword data, configure analysis parameters, and visualize the results through interactive charts and tables.
## Features
- **File Upload**: Easily upload CSV files containing keyword data.
- **Customizable Analysis**: Configure parameters for top keywords, niche keywords, and low bid keywords.
- **Interactive Visualizations**: View data in both table and chart formats.
- **Data Export**: Download analyzed data as CSV files for further processing.
- **Responsive Design**: Works seamlessly on desktop and mobile devices.## Getting Started
### Prerequisites
- Node.js (v14 or later)
- npm or yarn### Installation
1. Clone the repository:
```
git clone https://github.com/your-username/keyword-analysis-dashboard.git
```2. Navigate to the project directory:
```
cd keyword-analysis-dashboard
```3. Install dependencies:
```
npm install
```
or
```
yarn install
```4. Start the development server:
```
npm run dev
```
or
```
yarn dev
```5. Open your browser and visit `http://localhost:3000` to view the dashboard.
## Usage
1. **Upload Data**: Click on the file input to upload your CSV file containing keyword data.
2. **Configure Analysis**: Adjust the parameters in the Analysis Configuration section to customize your analysis.
3. **Analyze Keywords**: Click the "Analyze Keywords" button to process the data.
4. **View Results**: Scroll down to see the results in table format for Top Keywords, Niche Keywords, and Low Bid Keywords.
5. **Visualize Data**: Click the "View Chart" button for each category to see a graphical representation of the data.
6. **Export Data**: Use the "Download CSV" button to export the analyzed data for each category.
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
## Acknowledgments
- [Next.js](https://nextjs.org/) for the React framework
- [Recharts](https://recharts.org/) for the charting library
- [Tailwind CSS](https://tailwindcss.com/) for styling