Tune in and compete for auditory supremacy as you challenge friends to discover who possesses the sharpest ears across a spectrum of frequencies!
The purpose of this project is to create a hearing application that will tests the users ability to listen for specific frequencies of sound. They will compete against other users to see who can score the highest. This is displayed on a leaderboard for others to view.
Install expo CLI by following these instructions: Get CLI
npm install --global expo-cli
Installation
- Clone the repo in your terminal of choice
https://github.com/GrantGrowcott/Sound-Project.git
- Install npm packages Get npm
npm install
- Start Expo
npx expo start
- Run on Android Emulator/Expo App
To run the app, you must either install the android emulator on your system, or install the expo application on your phone and scan the barcode that appears.
Project is created with:
- Expo: 49.0.11
- Typescript: 5.1.3
- React: 18.2.0
- React Native: 0.72.6
- React Redux: 8.1.2
- Redux Toolkit: 1.9.6
- Jest: 29.7.0
Project is : In progress