A lightweight and accessible notetaking-app which runs in a browser-window, uses large font-sizes and Text-To-Speech.
It is a project for the purpose of learning only.
Build with JavaScript, React.js, uses Web-Speech-API.
Try it on demo-page: Demo
- Version 2.0 uses only CSS for styling
- Version 2.1 uses styled-components
- Version 2.2 add function to select a voice and shows how to style the select-element.
-
Clone the repository
-
cd into the new folder and install the required dependencies:
npm install
-
Run the React project:
npm start