Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/baker-ling/bilingual_note_taker
Online bilingual meeting note taking app that runs entirely in the browser
https://github.com/baker-ling/bilingual_note_taker
Last synced: 2 months ago
JSON representation
Online bilingual meeting note taking app that runs entirely in the browser
- Host: GitHub
- URL: https://github.com/baker-ling/bilingual_note_taker
- Owner: baker-ling
- License: apache-2.0
- Created: 2021-08-28T15:44:22.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-05T01:19:02.000Z (about 3 years ago)
- Last Synced: 2024-04-15T10:12:28.568Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.26 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bilingual Note Taker
First group project for OSU web development bootcamp## Description
This is a bilingual note taking application for meetings.## Usage
This application can be used for note taking during meetings that require translation. The note-taker is able to begin by giving the meeting a name and choosing their language as well as the language they need to translate to. After clicking the start meeting button, the note-taker is then taken to a page where they can take organized notes and have them automatically translated. When the meeting is over, the meeting title is saved to local storage and can be used to access past meeting notes stored in the Pantry API.## Collaborators
Team: Create HTML skeleton at beginning and debug at end
- Brian Baker: LibreTranslate API, display past meetings
- Cameron White: Develop UI and visual design
- Cooper Barnes: Code to start meetings, add and delete items
- Jonathan Taylor: Handle exiting a meeting, fetch notes from past meetings
- Samira Abdalla: Storing meetings with Pantry API and local storage## Technologies
- HTML
- JavaScript
- Materialize CSS
- Server-side APIs--LibreTranslate and Pantry## Screenshots
![Home Screen](/assets/images/HomePage.png)
![Meeting Screen](/assets/images/MeetingPage.png)
![Past Meetings Screen](/assets/images/PastMeetingPage.png)## Link
https://baker-ling.github.io/bilingual_note_taker/