Statsify is a web application that provides users with statistics and insights into their Spotify listening habits.
- User Authentication: Secure login with Spotify.
- Personalized Stats: View your top tracks, artists, genres, and more.
- Responsive Design: Optimized for both desktop and mobile devices.
- User Testimonials: See what others are saying about Statsify.
- Framework: Next.js
- Styling: Daisy UI
- Authentication: NextAuth.js
- API: Spotify Web API
We welcome contributions to Statsify! To contribute, follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature-name
- Make your changes.
- Commit your changes:
git commit -m 'Add some feature'
- Push to the branch:
git push origin feature/your-feature-name
- Open a pull request.