Introduction: ActoKids: a New Way to Find Activities

It is important to keep children of all ages and abilities active and engaged in their communities. Participation in activities help children stay healthy, form friendships, develop skills, and foster creativity. However, finding information about activities that are suitable for a child with a disability is extremely difficult. The information is scattered over the Internet or only available via the phone. Parents use different strategies to keep their children engaged including talking to other parents, typing all sorts of words in Google searches, looking up activities in magazines and community publications. A lot of decisions involve trial and error.

How can we help children with disabilities and their parents find activities that they can participate in within their community?

All content included on this website (including, but not limited to Actokids logos, images, photos, designs, graphics and text) is the property of the Activities for All Abilities Coalition and as such is protected by international copyright and other intellectual property laws.
Any unauthorized reproduction or copying of the products or images featured on this website and belonging to Activities for All Abilities Coalition may result in legal action. Any questions please contact Cheryl Kerfeld, PT, PhD at ckerfe@gmail.com

Step 1: Downloa React Native, Android Studio, and PostgreSQL

Required

link to React Native:

https://facebook.github.io/react-native/docs/getti...

link to Android Studio:

https://developer.android.com/studio/install.html

link to PostgreSQL:

https://www.postgresql.org/download/

Optional

If you prefer GUI when working with PostgreSQL, download pgAdmin or other relavant program.

Note

The purpose of this application is to give a prototype version of the final application. It is not the final application and events in the database are not real events created by organizers.

Step 2: Set Up Database

The link contains an example of setting up PostgreSQL Database.

http://stackoverflow.com/questions/8200917/postgre...

You may need to create a role for your computer username.

Step 3: Clone the Project

Clone the git repository from https://github.com/uwcse481h-2017/ActoKidsApp/tre... --the dev branch is our app.

You may need to request a permission because the project is private.

Step 4: Run Emulator

Open Android Studio and open the AVD Manager. Run an emulator (by pressing the green play button). You can also download a different “phone” emulator if you wish.

Step 5: Start the Application

Open a command line and cd into the folder ActoKidsApp/server/activity-server and run psql -d “name_of_your_database” -f create_activity_prod_db.sql to populate the database. Then run npm start to start the server.

Open another command line and cd into the folder ActoKidsApp/ActoKids. Run npm install and react-native start

Open up one last command line and cd into ActoKidsApp/ActoKids and run react-native start-android. This should fetch the JavaScripts and run the app.

Step 6: Start Using the Application!

Step 7: Search Activities

A user can see a list of all activities. Each item in the list is clickable and it will direct you to the detail page(step 8) for the activity. A user can also choose to filter the activities(step 9).

Step 8: Activity Detail Page

If a user clicks on an event title in the search page(from step 7) that interests them, here the user can view details about the activity.

Step 9: Filter Activity Page

Here, a user can choose filters to apply in order to only display certain events.

Step 10: Adding a New Activity

A user can enter information about an event and submit it to the database.

Step 11:

All content included on this website (including, but not limited to Actokids logos, images, photos, designs, graphics and text) is the property of the Activities for All Abilities Coalition and as such is protected by international copyright and other intellectual property laws.

Any unauthorized reproduction or copying of the products or images featured on this website and belonging to Activities for All Abilities Coalition may result in legal action. Any questions please contact Cheryl Kerfeld, PT, PhD at ckerfe@gmail.com