How I used WordPress to create a functional app prototype in a 54 hour startup weekend
Over the weekend I participated in San Diego’s Social Impact Startup Weekend. I joined a team of strangers to develop a startup idea and prototype in 54 hours against 11 other teams. We created Represent Me - an online and mobile tool that will help people review legislation and evaluate how their representatives are actually representing them.
In this series of articles I will write about our process for developing Represent Me, how we made decisions in such a tight deadline, lessons I’ll apply to the next startup weekend I compete in, and the dev stack that makes our prototype run.
For the devs reading this, the Represent Me app was built in Ionic with a WordPress back end using the JSON REST API. This was my first time making an app prototype like this so I’ll cover a lot of the basics of these tools and what tripped me up trying to get set up.
Although my team didn’t win any awards, it was an incredibly fun and inspiring event. I hope the lessons I learned will not only convince you to attend a startup weekend event, but help push you forward to avoid the mistakes I made and help you pitch an awesome idea.
Articles:
- Intro to the WP Rest API - A brief overview of what the WP JSON REST API is and why it’s important
- Anatomy of a WP-powered mobile app
- How to set up the WP REST API - A guide on setting up the JSON REST API on your WordPress site
- A Noob’s Quick, Technical Intro to Ionic - A quick intro to getting setup with Ionic and the resources I used to learn it
- Getting Ionic Talking to WordPress - Functional steps to get data from your WP site into your Ionic app
- Angular Routing in Ionic
- Styling in Ionic
Upcoming articles and topics:
- Using Postman to request data from a WordPress site