GithubHelp home page GithubHelp logo

krrishd / write Goto Github PK

View Code? Open in Web Editor NEW
59.0 7.0 9.0 741 KB

๐Ÿ“ A stream-of-consciousness writing app. Built with React.

Home Page: https://write.surge.sh

JavaScript 89.51% HTML 2.12% CSS 8.37%
react flowstate duration writing editor journal

write's Introduction

Write

A web-based writing app based on Flowstate. Built using React.

The premise is simple. You set a duration during which you write; within that duration, if you stop typing for more than 5 seconds, all your progress is lost.

The typical use case of Flowstate is to avoid writer's block and get something down in writing. Personally, I've been using it for journalling; it's been a good exercise getting all of my thoughts, latent or prominent, down in writing. The duration has also helped me keep a consistent routine; if I know it's only going to be fifteen minutes every session, it's easier to sit down and get through it.

Setup Instructions

This app was scaffolded using create-react-app and then ejected.

In order to run it locally, clone this repository, run npm install, and then either:

  • run node scripts/start.js to start a local server
  • run node scripts/build.js to create a production-optimized build

Roadmap

Have suggestions/ideas for improvement? Feel free to submit them in the form of an issue (pull requests also welcome).

  • Setting up DNS for write.itskrish.co (formerly accessible at write.surge.sh)
  • Refactoring storage from localStorage to a backwards-compatible ORM-esque system.
  • Refactoring timekeeping with system time instead of setTimeout.
  • Setting up benchmarking + optimizing for speed.
  • Packaging as an Electron (Desktop) app.

write's People

Contributors

krrishd avatar no23reason avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

write's Issues

Custom time

What about having a 5 minutes or actually any amount of minutes by using the url?

like //domain/write/34 = 34 minutes

Missing quill css files

Hi, cool project! Wanted to run it locally but after npm i and node scripts/start.js ran into

Starting the development server...
Failed to compile.

Error in ./src/Editor.js
Module not found: ../node_modules/react-quill/node_modules/quill/dist/quill.snow.css in /Users/stevevandervalk/Dropbox_Private/journal/write/src

 @ ./src/Editor.js 22:0-77

Error in ./src/Editor.js
Module not found: ../node_modules/react-quill/node_modules/quill/dist/quill.base.css in /Users/stevevandervalk/Dropbox_Private/journal/write/src

 @ ./src/Editor.js 20:0-77

Looks like a well known issue with the css not being bundled.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.