Skip to content

Application to set image reminders. Mobile version developed using React Native / Expo

License

Notifications You must be signed in to change notification settings

MatiPendino/image-reminder-mobile

Repository files navigation

Image Reminder Backend

license

Backend Code: github.com/MatiPendino/image-reminder-backend

Source Code: github.com/MatiPendino/image-reminder-mobile


ImageReminder is a project designed to create image-based reminders (alarms), ensuring users never forget to check an important photo. The backend is built with Django/DRF, while the mobile app is developed using React Native/Expo.

Install

  1. Clone repo

    git clone https://github.com/MatiPendino/image-reminder-mobile.git
    
  2. Create .env file

    EXPO_PUBLIC_BACKEND_URL='http://127.0.0.1:8000'
    
  3. Install dependencies

    npm install
  4. Start the app (make sure the backend is running)

     npx expo start

About

Application to set image reminders. Mobile version developed using React Native / Expo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published