Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arrow7000/streamtype
🖋 ⚠An app for focused writing. If you stop writing for longer than 5 seconds everything you have written disappears irretrievably. Use with caution.
https://github.com/arrow7000/streamtype
react react-hooks styled-components
Last synced: 13 days ago
JSON representation
🖋 ⚠An app for focused writing. If you stop writing for longer than 5 seconds everything you have written disappears irretrievably. Use with caution.
- Host: GitHub
- URL: https://github.com/arrow7000/streamtype
- Owner: Arrow7000
- Created: 2016-02-01T21:56:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T04:03:43.000Z (almost 2 years ago)
- Last Synced: 2024-04-08T16:51:10.044Z (7 months ago)
- Topics: react, react-hooks, styled-components
- Language: TypeScript
- Homepage: https://streamtype.app
- Size: 1.43 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StreamType
An app for focused writing. If you stop writing for longer than 5 seconds everything you have written disappears irretrievably. Use with caution.## Try it out
Try it out on [streamtype.app](https://streamtype.app)## Roadmap
- [x] Theme
- Either Solarized or "brutalist" black and white theme
- Not changeable by user
- [x] Select suitable font
- Font should feel delightful, and sturdy to type in### Home
- [x] Select how long session should be
- [x] Button to start session### Editor
- [x] Timer for how long remaining until the end of the stream session
- Probably on top or mobile and in the right margin on desktop
- [x] Button for going back to Homepage
- With warning that current session will be lost
- [x] When session is finished display export options buttons menu
- Only .txt download for now
- [x] From editor intercept browser back event and display same warning as when clicking on homepage button in UI