A React Native/Expo app for tracking and managing your concert history using the Setlist.fm API.
Create a .env file in the root directory with the following variables:
SETLISTFM_API_KEY=your_api_key_here
SETLISTFM_TEST_USERNAME=your_username_here.env file to version control. It's already added to .gitignore.
- Visit Setlist.fm
- Create an account or log in
- Go to your profile settings
- Generate an API key
# Install dependencies
yarn install
# Start the development server
yarn start
# Run on iOS simulator
yarn ios
# Run on Android emulator
yarn android- View all your attended concerts
- Browse artists and venues
- See setlist details for each concert
- Sort and filter your concert data
- Track concert statistics and history
- React Native with Expo
- TypeScript
- SQLite for local data storage
- Setlist.fm REST API