Simple audio player app with React Native and TypeScript
Blog post link on the lessons i learned during development
- No Internet Connection - read audio files from local storage and keep it safe in local storage's boundary.
- Bookmark - Bookmark your favorite part with memo and play them again by clicking on memo!
- List - List bookmarks and tracks and easily access them.
- 30 minutes and more - This App focus on enhancing experience of streaming long audio files (longer than 30 minutes).
- Dark Mode Support - From Mar 9 2022, Pickcl supports dark mode!
- Easily share your favorite bookmarks with your friends
- Make multiple playlist with custom design
- Support image upload for artwork, voice actors, playlist
Project is created with the help of:
- "react-native": "0.67.3"
- "react-native-track-player": "^2.1.2"
This project is being developed for further enhancements. but it works fine and supports features mentioned above; playing audio files from local storage, list and bookmark them.
To run this project, install it locally using npm:
cd pickcl/
npm install
npx react-native run-android