About | Features | Future Refacts | Technologies | Requirements | Starting | License | Author
The TrybeTunes app is made with React, React Router. Using Apple Music API to get albums cover, title and tracklists, the TrybeTunes is a part of Trybe's development course projects. The mission of this project are, getting from API, consuming this data and presents to user. Saving favorites songs data to localStorage, the TrybeTunes seems to be very difficult because the API integration with routes and 'prop drilling trouble' (in this project, we can't use the Context API, for example).
- Refact the components to use functions format and React Hooks;
- Complete the mobile implementation with 'react-device-detect';
- Transform pure CSS to Styled Components;
- Implement a backend connection;
✔️ Features: Add song; Remove song; View song; Login; Edit profile page;\
The following tools were used in this project:
Before starting 🏁, you need to have Git and Node installed.
# Clone this project
$ git clone https://github.com/{{YOUR_GITHUB_USERNAME}}/trybetunes
# Access
$ cd trybetunes
# Install dependencies
$ yarn install
# Run the project
$ yarn start
# The server will initialize in the <http://localhost:3000>
This project is under license from MIT. For more details, see the LICENSE file.
Made with ❤️ by Ribastudio