Files
AppDev/FastNotes
Christopher Sanden 2b04ed5605 updated README
2026-03-19 15:58:49 +01:00
..
2026-03-18 16:38:55 +01:00
2026-03-18 16:38:55 +01:00
2026-03-16 17:42:22 +01:00
2026-03-18 14:55:08 +01:00
2026-02-23 20:23:20 +01:00
2026-03-18 16:38:55 +01:00
2026-03-18 17:25:17 +01:00
2026-03-18 14:55:08 +01:00
2026-03-16 17:42:22 +01:00
2026-03-16 17:42:22 +01:00
2026-03-18 16:38:55 +01:00
2026-03-18 16:38:55 +01:00
2026-03-18 17:25:17 +01:00
2026-03-19 15:58:49 +01:00
2026-03-18 16:38:55 +01:00

#Requirements

Node.js (LTS recommended) npm (comes with Node.js) Expo CLI (used via npx command) Expo Go (for running on device / emulator)

#Installation

  1. Extract folder
  2. Open terminal in project root (where you find 'package.json')
  3. Install dependencies:
npm install

#Running the project

Start Expo dev server:

npx expo start

Then: - Scan the QR code using Expo Go app on mobile device or - Run the app in an emulator from the Expo developer tools

#Running tests

Run the Jest test suite from the project root:

npm test

Run each test file one by one:

npx jest __tests__/detail-screen.test.tsx
npx jest __tests__/auth-guard.test.tsx
npx jest __tests__/new-note.test.tsx