Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.19 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.19 KB

LangExchangeTracker

LangExchangeTracker is a simple web application that helps users track their language exchange partners and log their conversation sessions. The app is built with HTML, CSS, and JavaScript, and it works entirely on the client-side using local storage.

DEMO

Features

  • Add language exchange partners.
  • Record conversation sessions with notes and duration.
  • Track the time spent with each partner.
  • Save data in the browser's local storage for persistence between sessions.

Getting Started

Prerequisites

To run this application, you only need a web browser.

Installation

  1. Clone the repository or download the ZIP file.
  2. Open the index.html file in your preferred web browser.

Usage

  1. Add a Partner:

    • Enter the name of your language exchange partner in the input field.
    • Click the "Add Partner" button.
  2. Add a Session:

    • Select a partner from the dropdown menu.
    • Enter session notes and duration (in minutes).
    • Click the "Add Session" button.
  3. View Partners and Sessions:

    • The list of partners and sessions will be displayed on the page.