Code Monkey home page Code Monkey logo

tunifi's Introduction

Tunifi music player UI

Figma design can be found here

figma design

Description:

simple music player frontend connected to the spotify api. The goal was to nicely present exposed spotify api endpoints and organize the data on an attractive frontend. For the project, React js was used because of ease of state management with the library and also composing interfaces that are reusable and agile. Some of the challenges while developing included unavailable data from the various endpoints from the spotify api docs.


Installation and running the project

  • Installation

      clone the project
      -----------------------------
      git clone https://github.com/ryanmwakio/tunifi.git

    then navigate into the project

      cd tunifi

    install all node dependencies

    npm install

    create a .env file in the root of your project

    touch .env

    navigate into the .env and store the client ID and client secret both required for authorization of requests https://developer.spotify.com/ more details for getting the id and secret on the spotify api docs.

    REACT_APP_CLIENT_ID = your id
    REACT_APP_CLIENT_SECRET = your secret

    start the project

    npm start

Credits

  1. Ryan Mwakio

Licence

MIT

How to contribute to the project

contact [email protected] you can extend functionality on the various navigation components on the left.

tunifi's People

Contributors

ryanmwakio avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.