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.
- 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.
To run this application, you only need a web browser.
- Clone the repository or download the ZIP file.
- Open the
index.html
file in your preferred web browser.
-
Add a Partner:
- Enter the name of your language exchange partner in the input field.
- Click the "Add Partner" button.
-
Add a Session:
- Select a partner from the dropdown menu.
- Enter session notes and duration (in minutes).
- Click the "Add Session" button.
-
View Partners and Sessions:
- The list of partners and sessions will be displayed on the page.