Welcome to Wax, a social media platform for music enthusiasts! This React Native app, built with Expo and Typescript and styled with Nativewind, allows users to explore, rate, and review songs and albums from around the world. The app utilises Spotify-API to interact with our backend to fetch the music information.
Clone the project
git clone https://github.com/royr5/gatefold-frontend.git
Go to the project directory
cd gatefold-frontend
Install dependencies
npm install
Run the app
npm run start
The backend code for this project can be found in the gatefold-api repository.
- Login to Rate and Review Music: Log in to contribute by rating and reviewing your favorite songs and albums.
- Music Feed: Explore a feed of reviewed music.
- Search Functionality: Easily search for specific songs, albums, or artists.
- Music Page: Listen to previews, add ratings and reviews.
- Integration with Spotify API: Integration with Spotify for an extensive music database.
- React Native with Expo
- Typescript
- Nativewind for styling
- Axios for API calls