Skip to content

react native journal mobile application for software engineer case study

Notifications You must be signed in to change notification settings

ndambodavid/journal-moblie-app

Repository files navigation

Welcome to your Expo app 👋

This is an Expo project created with create-expo-app.

Clone the Application

git clone https://github.com/ndambodavid/journal-moblie-app.git

Get started

  1. Install dependencies

    npm install
  2. Start the app

     npx expo start -c

In the output, you'll find options to open the app in a

You can start developing by editing the files inside the app directory. This project uses file-based routing.

Set the host address for your network to anable communication with backend service

  • Replace hostname on line 16 of app/context/AuthContext.tsx with your host address
export const API_URL = 'http://{hostname}:5000/api';

About

react native journal mobile application for software engineer case study

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published