Skip to content

pierrelasaine/task.ify-frontend

 
 

Repository files navigation

task.ify-frontend

Contributors Forks Stargazers Issues MIT License


Logo

Task.ify: Streamlining your tasks with AI-curated playlists in a click.

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Roadmap
  5. Contributing
  6. License
  7. Contact
  8. Acknowledgments

About The Project

Product Name Screen Shot

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/

Built With

  • React
  • TypeScript
  • Material-UI
  • Vite
  • Docker
  • Axios
  • Express
  • Jest
  • Enzyme

Getting Started

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.

Installation

  1. Follow the instruction in the https://github.com/Takeoff-Tec/task.ify-backend](https://github.com/Takeoff-Tec/task.ify-backend) README.md
  2. Clone the repo
    git clone https://github.com/Takeoff-Tec/task.ify-frontend
  3. Install NPM packages
    npm install
  4. Setup Backend Server connection in /services/constants.ts
    export const PRODUCTION_API_BASE_URL = 'YOUR BACKEND HOST URL'

Usage

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.

Roadmap

  • 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).

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

Distributed under the MIT License. See LICENSE for more information.

Contact

Pierre Johnson - linkedin - pierrelasaine@gmail.com

Camila Naranjo - linkedin - camilavnaranjoa@gmail.com

Maria Fernanda Palacios Martinez - linkedin - 03fernanda.palacios@gmail.com

Project Links

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/

Acknowledgments

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.2%
  • CSS 21.3%
  • JavaScript 1.9%
  • HTML 0.6%