Playtify is an application which recommends a playlist based on your mood! This project encourages all the developers who are new to app development and open-source community to join in and contribute in order to learn by implementation. Number of issues have been created in this repository which have the easy,medium and hard labels. Add a comment if you want to work with one and I shall assign it to you. Thank you and happy coding!
- Dart
- Flutter
To get started:
- Clone the repo.
git clone https://github.com/IEEE-VIT/playtify.git
- Checkout to a new branch.
git checkout -b my-amazing-feature
- Make some amazing changes.
git add .
git commit -m "<verb> : <action>."
git push origin my-amazing-feature
- Open a pull request :)
flutter pub get
flutter run
To start contributing, check out CONTRIBUTING.md. New contributors are always welcome to support this project. If you want something gentle to start with, check out issues labelled as easy or good-first-issue. Check out issues labelled as hacktoberfest if you are up for some grabs! Kindly consider leaving a ⭐ if you like the repository and our organisation :)
This project is licensed under MIT