Table of Contents
Task.ify is a productivity-focused music application that harnesses the power of AI. Users log in via Spotify OAuth, fill out a task form specifying the desired vibe and duration, and the app then curates a tailored playlist, that is also inserted into the user's spotify account, for that task. Once the playlist is ready, users simply click the "Start Activity" button, which streams the playlist accompanied by a timer. Task.ify streamlines the tedious process of making playlists for activities in user's lives by using a simple user input form to ai curate the perfect playlist for each activity!
Take a Look @ Task.ify: https://taskify-frontendhost-2277661894f3.herokuapp.com/
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- Follow the instruction in the https://github.com/Takeoff-Tec/task.ify-backend](https://github.com/Takeoff-Tec/task.ify-backend)
README.md
- Clone the repo
git clone https://github.com/Takeoff-Tec/task.ify-frontend
- Install NPM packages
npm install
- Setup Backend Server connection in
/services/constants.ts
export const PRODUCTION_API_BASE_URL = 'YOUR BACKEND HOST URL'
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
- Spotify OAuthentication API
- OpenAI API Generated Playlist Name and Tracks
- Creation of Playlist with Tracks inserted in Spotify API
- Task CRUD operations
- Retrieves Spotify Cover
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.
Pierre Johnson - linkedin - pierrelasaine@gmail.com
Camila Naranjo - linkedin - camilavnaranjoa@gmail.com
Maria Fernanda Palacios Martinez - linkedin - 03fernanda.palacios@gmail.com
Backend Project Link: https://github.com/Takeoff-Tec/task.ify-backend
Frontend Project Link: https://github.com/Takeoff-Tec/task.ify-frontend
Deployed Site Link: https://taskify-frontendhost-2277661894f3.herokuapp.com/
- A'shuan Thomas
- Sammy Au
- Paige Godfrey
- Nilesh Patel (Salesforce Mentor)
- Samuel Paramar (Salesforce Mentor)
- Ryan Warnock (Salesforce Mentor)
- Salesforce FTL Cohort 2023