An android app designed with React Native to allow users to manage and create a list of their favorite birds
- Creation of new bird entries
- Updating of existing bird entries
- Scalable and dynamic UI which can handled a theorertically unlimited number of bird entries
- Data persistance with an SQLite database
NOTE: An android emulator, or android device with Expo Go will be required to launch this app
Clone the project
git clone https://github.com/UnusualFrog/FavoriteBirdsAppReact
Go to the project directory
cd FavoriteBirdsAppReact
Install dependencies
npm install
Start the server
npm start
Launch the App on an emulator
Press a │ open Android
Launch the App with Expo Go
Press s │ switch to Expo Go
Press a │ open Android
- React Native - Project Backend
- Expo - Boilderplate code, Device testing, Routing with Expo-Router, SQLite Database
- React Native Elements - Component Library