This is the WeekPlanner App for the GIRAF project developed at Aalborg University to support autistic children with little or no verbal communication. The app stores daily schedules and educational activities. This is the frontend component of the WeekPlanner, responsible for delivering an intuitive user interface for managing schedules.
It relies on the WeekPlanner-API for functionality, including data retrieval, user authentication, and synchronisation with the production database.
To run the application, make sure you have the following configured or downloaded:
- Development build
- Android emulator
- iOS simulator
- Expo Go, a limited sandbox for trying out app development with Expo
-
Install dependencies
npm install
-
Start the app
npx expo start
After running the above command, you will see options to open the app in a:
- Development build
- Android emulator
- iOS simulator
- Expo Go
The app uses file-based routing, so you can start customising by editing files in the app directory.
- Source Code: GitHub Repository
- Guidelines: Coding guidelines
- Setup: Setup project
- Scrum: Scrum board
- API Endpoints: Weekplanner-API