Streamify Analytics Dashboard is a modern, interactive web application built with Next.js, React, and Tailwind CSS. It provides real-time analytics for a music streaming service, showcasing key metrics, data visualizations, and an interactive data table.
To run this project locally, follow these steps:
Clone the repository:
git clone https://github.com/aaronsimca/streamify-analytics-dashboard.git
cd streamify-analytics-dashboard
Install dependencies:
npm install
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
/app
: Contains the main pages and layout components/components
: Reusable React components/public
: Static assets/styles
: Global styles and Tailwind configurationsThis project was developed using a combination of tools and AI assistance:
This project is ready to be deployed on Vercel, the platform created by the makers of Next.js. To deploy your own version:
For more detailed instructions, check out the Next.js deployment documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is open source and available under the MIT License.