Skip to content

Latest commit

 

History

History
66 lines (40 loc) · 1.11 KB

README.md

File metadata and controls

66 lines (40 loc) · 1.11 KB

App

Usage

  1. Ensure current working directory is ./summar/app and the server is running

  2. Install dependencies by running

    npm install
  3. Configure the base URL for the server in app.json under extra.baseUrl

  4. Start the development build of the app by running

    npx expo start

    To start the production build, run

    npx expo start --no-dev --minify

Sitemap

Authentication pages

Login page

  • /auth/login

Signup page

  • /auth/signup

Main pages

Bookmarks page

  • /main/bookmark
  • Displays all current user bookmarks
  • Search bookmarks by title
  • Manage bookmarks through context menus
Create bookmark modal
  • /main/bookmark/create
  • Modal in the bookmarks page to create a bookmark
Update bookmark modal
  • /main/bookmark/update?id=...
  • Modal in the bookmarks page to update a bookmark's title

Individual bookmark page

  • /main/bookmark/{id}
  • Context menu options to summarise bookmark and toggle webview and summary view

Settings page

  • /main/settings