Privacy focused open source audio journal
for-the-record is a client-side only audio journal built with privacy in mind.
Here's why:
- Client-side only
- Works offline
- Protected by password
- Encrypts your audio data
This application is still in development, thus some functionality and features are still missing.
This app shouldn't be used as a finalized product. With that said, feel free to check the app out on this link: https://for-the-record.netlify.app
- npm & node
- Clone the repo
git clone https://github.com/camolezi/for-the-record.git
- Install NPM packages
npm install
-
Web
npm start
-
Electron
npm start npm run electron
-
Android
TODO - android capacitor app instructions
-
Jest Tests
npm test
-
Cypress Tests
npm start npm run cypress
Open cypress
npm start npm run cypress:open
-
Storybooks
npm run storybook
See the open issues for a list of proposed features (and known issues).
Feel free to open issues and pull requests
Distributed under the MIT License. See LICENSE
for more information.
- Typescript
- React
- Redux
- Chakra-ui
- Cypress
- Testing Library
- Jest
- dexie
- purify-ts
- Framer motion