Story connect is an app that allows you to store images and audio files to keepsake memories in order to pass them down through generations.
User is able to:
- Input title and summary of story
- Upload audio and image files
- Play the audio in the app and look through the images
- Run
npm install - Setup your environment (Expo, React Native, and Node). Follow these steps
- Deploy the web app to a public host. Follow these steps
- Add a Realtime Database to your firebase project, register your app with the project. After registering your app, copy the firebase config shown on screen into firebase.js.
Run expo start on your terminal to launches the metro-bundler. Press Run in web browser to launch app in the web.
- The audio scrubber echos.
- The favorites button is non-functional.
- Audio files must be .MP3 and image files must be .JPG.
This project/repo was built as a part of the Comp_Sci 394 course at Northwestern University by Isaac Miller, Richard Lam, Carolyn Perniciaro, and Nelson Okunlola.