This is a trip planning app that I created for my DevMountain bootcamp.
- Login and registration modal, logout button
- Check the weather by entering in a zipcode
- Creating and selecting new trips
- Each trip has the following pages
- Summary page
- with thing that still need to be done
- A list of people coming on the trip
- To do list page
- Can add items to the list
- Can mark items as complete or unmark them
- People page
- Form to add people to the trip (First and Last name, email and phone number)
- Button to send a reminder text
- Trip Picture page
- Each trip has the following pages
- Postgres relational database
- AWS S3 buckets to host images
- Twilio to send out text messages
- Bootstrap framework
- Axios for API calls
- Redux for state management
- Used Expo as a framework
- See https://github.com/Ovorp/Dev_Mountain_Personal_Project_mobile_app for the React native code