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.
- 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.
- Node.js (v14 or later)
- npm or yarn
-
Clone the repository:
git clone https://github.com/your-username/keyword-analysis-dashboard.git
-
Navigate to the project directory:
cd keyword-analysis-dashboard
-
Install dependencies:
npm install
or
yarn install
-
Start the development server:
npm run dev
or
yarn dev
-
Open your browser and visit
http://localhost:3000
to view the dashboard.
-
Upload Data: Click on the file input to upload your CSV file containing keyword data.
-
Configure Analysis: Adjust the parameters in the Analysis Configuration section to customize your analysis.
-
Analyze Keywords: Click the "Analyze Keywords" button to process the data.
-
View Results: Scroll down to see the results in table format for Top Keywords, Niche Keywords, and Low Bid Keywords.
-
Visualize Data: Click the "View Chart" button for each category to see a graphical representation of the data.
-
Export Data: Use the "Download CSV" button to export the analyzed data for each category.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
- Next.js for the React framework
- Recharts for the charting library
- Tailwind CSS for styling